Skip to content

Commit 129a107

Browse files
committed
ci: use forked release action to deal with large release notes
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
1 parent db213a8 commit 129a107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
git tag "version/${{ inputs.version }}" HEAD -m "version/${{ inputs.version }}"
8888
git push --follow-tags
8989
- name: Create Release
90-
uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2
90+
uses: goauthentik/action-gh-release@b754223f5f981b859af97bf5a142f31c11684571
9191
with:
9292
token: "${{ steps.app-token.outputs.token }}"
9393
tag_name: "version/${{ inputs.version }}"

0 commit comments

Comments
 (0)