Skip to content

Commit

Permalink
Update prepare-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstratton authored Jan 6, 2024
1 parent d43fc0c commit b070b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
add: '["theme.toml", "CHANGELOG.md"]'
author_name: "Matt Stratton"
author_email: "[email protected]"
message: "Update theme to version ${{ steps.version.outputs.version }}"
message: "Update theme to version ${{ steps.version.outputs.v-version }}"
tag: "${{ steps.version.outputs.v-version }} --force"
tag_push: '--force'
# - name: Create Zip File For Release
Expand Down

0 comments on commit b070b63

Please sign in to comment.