Skip to content

Commit

Permalink
fix: shove
Browse files Browse the repository at this point in the history
  • Loading branch information
iowillhoit committed Nov 12, 2024
1 parent c6fb6a8 commit 8f5f9b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/onRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
ctc: false
sign: true
tag: ${{ needs.getDistTag.outputs.tag || 'preview' }}
tag: ${{ needs.getDistTag.outputs.tag || 'latest' }}
githubTag: ${{ github.event.release.tag_name || inputs.tag }}

secrets: inherit

0 comments on commit 8f5f9b4

Please sign in to comment.