We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81d131e + 3efae09 commit 7aa7aebCopy full SHA for 7aa7aeb
.github/workflows/version_tag.yaml
@@ -42,5 +42,5 @@ jobs:
42
run: |
43
git config user.name "github-actions[bot]"
44
git config user.email "github-actions[bot]@users.noreply.github.com"
45
- git tag -a "${{ steps.get_version.outputs.version }}" -m "${{ steps.get_version.outputs.version }}"
+ git tag -a "${{ steps.get_version.outputs.version }}" -m "Version ${{ steps.get_version.outputs.version }}"
46
git push origin "${{ steps.get_version.outputs.version }}"
0 commit comments