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 81463f5 commit d43fc0c
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 @@ -54,7 +54,7 @@ jobs:
author_name: "Matt Stratton"
author_email: "[email protected]"
message: "Update theme to version ${{ steps.version.outputs.version }}"
tag: "${{ steps.version.outputs.version }} --force"
tag: "${{ steps.version.outputs.v-version }} --force"
tag_push: '--force'
# - name: Create Zip File For Release
# uses: thedoctor0/zip-release@master
Expand Down

0 comments on commit d43fc0c

Please sign in to comment.