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 0b6b179 commit 3ef74b0Copy full SHA for 3ef74b0
.github/workflows/create-tag.yml
@@ -35,5 +35,5 @@ jobs:
35
- name: Create tag
36
run: |
37
TAG_NAME="v${{ env.version }}"
38
- git tag $TAG_NAME
+ git tag -s $TAG_NAME
39
git push origin $TAG_NAME
0 commit comments