Skip to content

Commit 75bd424

Browse files
Pin git-release workflow to version 4.x.x
Done to prevent future issues due to major updates to git-release
1 parent 21677a3 commit 75bd424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@master
1313
- name: Release
14-
uses: docker://antonyurchenko/git-release:latest
14+
uses: docker://antonyurchenko/git-release:v4
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1717
DRAFT_RELEASE: "false"

0 commit comments

Comments
 (0)