Skip to content

Commit e5f0cf6

Browse files
committed
Update dependencies
1 parent 4b127d2 commit e5f0cf6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Go
2525
uses: actions/setup-go@v1
2626
with:
27-
go-version: '1.17'
27+
go-version: '1.18'
2828
- name: Checkout Code
2929
uses: actions/checkout@v2
3030
- name: Add Windows Exe File Extension
@@ -59,14 +59,13 @@ jobs:
5959
run: |
6060
echo "ARTIFACTS=$(echo terraform-backend-git/*)" >> $GITHUB_ENV
6161
- name: Release
62-
uses: docker://antonyurchenko/git-release:v3
62+
uses: docker://antonyurchenko/git-release:v4
6363
env:
6464
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6565
DRAFT_RELEASE: "true"
6666
PRE_RELEASE: "false"
6767
CHANGELOG_FILE: "CHANGELOG.md"
6868
ALLOW_EMPTY_CHANGELOG: "false"
69-
ALLOW_TAG_PREFIX: "true"
7069
with:
7170
args: |
7271
${{ env.ARTIFACTS }}

0 commit comments

Comments
 (0)