Update build.yaml
modified conditional tag start (v->1.1)
This commit is contained in:
parent
7e6874380f
commit
3f1aaa7b96
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -41,7 +41,7 @@ jobs:
|
|||
path: output
|
||||
release:
|
||||
name: Release
|
||||
if: startsWith(github.ref, 'refs/tags/v')
|
||||
if: startsWith(github.ref, 'refs/tags/1.1')
|
||||
needs:
|
||||
- build
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue