Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dee-kryvenko committed Apr 30, 2022
1 parent 4b127d2 commit e5f0cf6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v1
with:
go-version: '1.17'
go-version: '1.18'
- name: Checkout Code
uses: actions/checkout@v2
- name: Add Windows Exe File Extension
Expand Down Expand Up @@ -59,14 +59,13 @@ jobs:
run: |
echo "ARTIFACTS=$(echo terraform-backend-git/*)" >> $GITHUB_ENV
- name: Release
uses: docker://antonyurchenko/git-release:v3
uses: docker://antonyurchenko/git-release:v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DRAFT_RELEASE: "true"
PRE_RELEASE: "false"
CHANGELOG_FILE: "CHANGELOG.md"
ALLOW_EMPTY_CHANGELOG: "false"
ALLOW_TAG_PREFIX: "true"
with:
args: |
${{ env.ARTIFACTS }}

0 comments on commit e5f0cf6

Please sign in to comment.