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 path: output
release: release:
name: Release name: Release
if: startsWith(github.ref, 'refs/tags/v') if: startsWith(github.ref, 'refs/tags/1.1')
needs: needs:
- build - build
runs-on: ubuntu-latest runs-on: ubuntu-latest