Skip to content

Commit

Permalink
Provider Release action
Browse files Browse the repository at this point in the history
  • Loading branch information
H4-8ZSI authored and H4-8ZSI committed Jun 19, 2024
1 parent 12d4886 commit 834b8fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-provider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
- name: Import GPG key
Expand All @@ -25,7 +25,7 @@ jobs:
uses: goreleaser/[email protected]
with:
version: latest
args: release --snapshot
args: release --snapshot --clean
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 834b8fb

Please sign in to comment.