Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nrwiersma committed Oct 17, 2023
1 parent 2d54e9e commit 3c9134d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
uses: goreleaser/goreleaser-action@v5
env:
GPG_PASSWORD: ${{ secrets.GPG_PASSWORD }}
GPG_FINGERPRINT: ${{ secrets.GPG_FINGERPRINT }}
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
with:
version: latest
args: release --clean --snapshot
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ lint:
#Build

build:
@goreleaser release --clean --snapshot
@goreleaser release --clean --snapshot --skip=sign
.PHONY: build

# Schema Generation
Expand Down

0 comments on commit 3c9134d

Please sign in to comment.