Skip to content

Commit de33ed4

Browse files
committed
fix release action tag
1 parent 1043249 commit de33ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ jobs:
207207
- name: Create and push tag
208208
run: |
209209
# Create the tag on the commit that includes the version update
210-
git tag -a "${{ env.VERSION }}" -m "Release ${{ env.VERSION }}"
210+
git tag -a "${{ env.VERSION }}" -m "${{ env.VERSION }}"
211211
212212
# Push the commit and tag
213213
git push origin HEAD:${{ github.event.repository.default_branch }}

0 commit comments

Comments
 (0)