Skip to content

Commit f6104dc

Browse files
authored
fix: push signed tag (#18)
1 parent cb06a0e commit f6104dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,9 @@ jobs:
157157
run: |
158158
# Create tag (will be automatically signed due to git_tag_gpgsign: true)
159159
git tag ${{ steps.tag.outputs.tag_name }} -m "Release ${{ steps.tag.outputs.tag_name }}" --force
160+
161+
# Push the signed tag to the repository
162+
git push origin ${{ steps.tag.outputs.tag_name }} --force
160163
161164
- name: Create Release
162165
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)