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 db213a8 commit 129a107Copy full SHA for 129a107
.github/workflows/release-tag.yml
@@ -87,7 +87,7 @@ jobs:
87
git tag "version/${{ inputs.version }}" HEAD -m "version/${{ inputs.version }}"
88
git push --follow-tags
89
- name: Create Release
90
- uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2
+ uses: goauthentik/action-gh-release@b754223f5f981b859af97bf5a142f31c11684571
91
with:
92
token: "${{ steps.app-token.outputs.token }}"
93
tag_name: "version/${{ inputs.version }}"
0 commit comments