We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21677a3 commit 75bd424Copy full SHA for 75bd424
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- uses: actions/checkout@master
13
- name: Release
14
- uses: docker://antonyurchenko/git-release:latest
+ uses: docker://antonyurchenko/git-release:v4
15
env:
16
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17
DRAFT_RELEASE: "false"
0 commit comments