Skip to content

Commit

Permalink
Merge pull request #47 from golemfactory/fix-workflows-yagna-tag
Browse files Browse the repository at this point in the history
Fix regex in yagna version tag build workflow
  • Loading branch information
nieznanysprawiciel authored Jan 23, 2025
2 parents 378198d + cae8df6 commit fee3686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
env:
VERSION: v0.16.0-${{ github.run_number }}

yagna_tag: ^v*
yagna_tag: ^v.*
ya-runtime-wasi_tag: pre-rel-v0.2.4
ya-installer-resources_tag: ^v.*
ya-runtime-vm_tag: ^v0.4.*
Expand Down

0 comments on commit fee3686

Please sign in to comment.