We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1043249 commit de33ed4Copy full SHA for de33ed4
.github/workflows/push_release.yaml
@@ -207,7 +207,7 @@ jobs:
207
- name: Create and push tag
208
run: |
209
# Create the tag on the commit that includes the version update
210
- git tag -a "${{ env.VERSION }}" -m "Release ${{ env.VERSION }}"
+ git tag -a "${{ env.VERSION }}" -m "${{ env.VERSION }}"
211
212
# Push the commit and tag
213
git push origin HEAD:${{ github.event.repository.default_branch }}
0 commit comments