Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
aeharding committed Nov 11, 2024
1 parent 5eb68e1 commit 3f33999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ jobs:
git config --global user.name "Voyager CI"
git add .
git commit -m "Release ${{ needs.validate_version.outputs.version }} (${{ github.run_number }})"
git tag ${{ inputs.tag_prefix }}${{{ needs.validate_version.outputs.version }}
git tag ${{ inputs.tag_prefix }}${{ needs.validate_version.outputs.version }}
git push origin HEAD
git push --tags

0 comments on commit 3f33999

Please sign in to comment.