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 129a107 commit 129f63fCopy full SHA for 129f63f
.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: goauthentik/action-gh-release@b754223f5f981b859af97bf5a142f31c11684571
+ uses: goauthentik/action-gh-release@84da137b91a625a58fe8a34f3bd6bdb034a49138
91
with:
92
token: "${{ steps.app-token.outputs.token }}"
93
tag_name: "version/${{ inputs.version }}"
0 commit comments