Update build.yml
This commit is contained in:
parent
d92f200f05
commit
c137bc4812
1 changed files with 1 additions and 9 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -91,14 +91,6 @@ jobs:
|
|||
value: ${{ env.NEW_MINOR_VERSION }}
|
||||
repository: ${{ github.repository }}
|
||||
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:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue