Update build.yml

This commit is contained in:
Kroese 2023-04-29 07:41:25 +02:00 committed by GitHub
parent d92f200f05
commit c137bc4812

View file

@ -91,14 +91,6 @@ jobs:
value: ${{ env.NEW_MINOR_VERSION }} value: ${{ env.NEW_MINOR_VERSION }}
repository: ${{ github.repository }} repository: ${{ github.repository }}
token: ${{ secrets.REPO_ACCESS_TOKEN }} token: ${{ secrets.REPO_ACCESS_TOKEN }}
-
name: Update minor version
uses: hmanzur/actions-set-secret@v2.0.0
with:
name: 'MINOR'
value: $((${{ secrets.MINOR }}+1))
repository: ${{ github.repository }}
token: ${{ secrets.REPO_ACCESS_TOKEN }}
mirror: mirror:
runs-on: ubuntu-latest runs-on: ubuntu-latest