We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b127d2 commit e5f0cf6Copy full SHA for e5f0cf6
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Setup Go
25
uses: actions/setup-go@v1
26
with:
27
- go-version: '1.17'
+ go-version: '1.18'
28
- name: Checkout Code
29
uses: actions/checkout@v2
30
- name: Add Windows Exe File Extension
@@ -59,14 +59,13 @@ jobs:
59
run: |
60
echo "ARTIFACTS=$(echo terraform-backend-git/*)" >> $GITHUB_ENV
61
- name: Release
62
- uses: docker://antonyurchenko/git-release:v3
+ uses: docker://antonyurchenko/git-release:v4
63
env:
64
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
65
DRAFT_RELEASE: "true"
66
PRE_RELEASE: "false"
67
CHANGELOG_FILE: "CHANGELOG.md"
68
ALLOW_EMPTY_CHANGELOG: "false"
69
- ALLOW_TAG_PREFIX: "true"
70
71
args: |
72
${{ env.ARTIFACTS }}
0 commit comments