Skip to content

Commit

Permalink
chore: fix tag build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pkarolyi committed May 3, 2024
1 parent 9c41c51 commit 568bf09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
deploy:
uses: ./.github/workflows/deploy.yml
needs: [build, test]
secrets: inherit
with:
tags-policy: type=semver,pattern={{version}}
secrets: inherit

0 comments on commit 568bf09

Please sign in to comment.