Skip to content

Commit c1bc2a4

Browse files
ci: use forked release action to deal with large release notes (cherry-pick #17625 to version-2025.10) (#17626)
ci: use forked release action to deal with large release notes (#17625) * ci: use forked release action to deal with large release notes * bump build --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: Jens L. <jens@goauthentik.io>
1 parent 1422c3a commit c1bc2a4

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@84da137b91a625a58fe8a34f3bd6bdb034a49138
9191
with:
9292
token: "${{ steps.app-token.outputs.token }}"
9393
tag_name: "version/${{ inputs.version }}"

0 commit comments

Comments
 (0)