Skip to content

Commit

Permalink
Update release workflow from master
Browse files Browse the repository at this point in the history
  • Loading branch information
Damir Sayfutdinov committed Nov 18, 2024
1 parent 4ed91f5 commit ce35294
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.22.7'

- name: Import GPG key
id: import_gpg
Expand All @@ -36,7 +36,7 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ce35294

Please sign in to comment.