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 d4a7758 commit 3405c68Copy full SHA for 3405c68
.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@84da137b91a625a58fe8a34f3bd6bdb034a49138
91
with:
92
token: "${{ steps.app-token.outputs.token }}"
93
tag_name: "version/${{ inputs.version }}"
0 commit comments