Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3ef74b0

Browse files
committedDec 9, 2024
ci: sign tag
1 parent 0b6b179 commit 3ef74b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/create-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ jobs:
3535
- name: Create tag
3636
run: |
3737
TAG_NAME="v${{ env.version }}"
38-
git tag $TAG_NAME
38+
git tag -s $TAG_NAME
3939
git push origin $TAG_NAME

0 commit comments

Comments
 (0)
Please sign in to comment.