Skip to content

Commit

Permalink
fix: do not require image signing during pr (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
ProbstenHias authored Jul 8, 2024
1 parent 7a995be commit 63138df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
- name: Release via GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
args: -p 3 release --snapshot --clean --skip=publish --timeout 60m0s
args: -p 3 release --snapshot --clean --skip=publish --timeout 60m0s --skip sign
version: latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 63138df

Please sign in to comment.