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 cb06a0e commit f6104dcCopy full SHA for f6104dc
.github/workflows/release.yml
@@ -157,6 +157,9 @@ jobs:
157
run: |
158
# Create tag (will be automatically signed due to git_tag_gpgsign: true)
159
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
163
164
- name: Create Release
165
uses: softprops/action-gh-release@v2
0 commit comments