Skip to content

Commit 3405c68

Browse files
BeryJuauthentik-automation[bot]
authored andcommitted
ci: use forked release action to deal with large release notes (#17625)
* ci: use forked release action to deal with large release notes Signed-off-by: Jens Langhammer <jens@goauthentik.io> * bump build Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io>
1 parent d4a7758 commit 3405c68

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)