Skip to content

Commit

Permalink
Merge pull request #7 from cacoco/cacoco/updateworkflows
Browse files Browse the repository at this point in the history
[workflows] remove sbom section from goreleaser config
  • Loading branch information
cacoco authored Feb 5, 2024
2 parents 66a8fc3 + c723c15 commit 6ebff63
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Go CI
name: go ci build
"on":
push:
branches:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
# either 'goreleaser' (default) or 'goreleaser-pro'
distribution: goreleaser
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# need to push to cacoco/homebrew-tap; use CACOCO_TOKEN instead of default GITHUB_TOKEN
GITHUB_TOKEN: ${{ secrets.CACOCO_TOKEN }}
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
5 changes: 1 addition & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,9 @@ archives:
- goos: windows
format: zip

sboms:
- artifacts: archive

signs:
- artifacts: checksum
cmd: gpg2
cmd: gpg
args:
- "--batch"
- "-u"
Expand Down

0 comments on commit 6ebff63

Please sign in to comment.