Update build.yaml

modified conditional tag start (v->1.1)
This commit is contained in:
Mark Washeim 2023-01-06 17:25:11 +01:00 committed by GitHub
parent 7e6874380f
commit 3f1aaa7b96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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