Build
This commit is contained in:
parent
248363da7f
commit
31dfcfa809
1 changed files with 9 additions and 2 deletions
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
|
@ -63,9 +63,16 @@ jobs:
|
||||||
bump:
|
bump:
|
||||||
needs: build
|
needs: build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
-
|
||||||
|
name: Push tag
|
||||||
|
uses: anothrNick/github-tag-action@1.61.0 # Don't use @master unless you're happy to test the latest version
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
CUSTOM_TAG: ${{ secrets.MAJOR }}.${{ secrets.MINOR }}
|
||||||
-
|
-
|
||||||
name: Update Minor version
|
name: Update minor version
|
||||||
uses: hmanzur/actions-set-secret@v2.0.0
|
uses: hmanzur/actions-set-secret@v2.0.0
|
||||||
with:
|
with:
|
||||||
name: 'MINOR'
|
name: 'MINOR'
|
||||||
|
|
Loading…
Reference in a new issue