Skip to content

Commit 2615c0d

Browse files
committed
pin the release workflow to a tag for github-release/v1 compatibility
1 parent e2818c2 commit 2615c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141
steps:
4242
- name: Create GitHub Release with Commitizen
43-
uses: Serapieum-of-alex/github-actions/actions/release/github@main
43+
uses: Serapieum-of-alex/github-actions/actions/release/github@github-release/v1
4444
with:
4545
github-token: ${{ secrets.GITHUB_TOKEN }}
4646
release-branch: ${{ github.event.inputs.release-branch }}

0 commit comments

Comments
 (0)