Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
Skip sbom for now #6386
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasdille committed Jun 22, 2023
1 parent 4421081 commit 5b2fce0
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 @@ -54,11 +54,11 @@ jobs:
curl --silent --location --fail https://github.com/goreleaser/goreleaser/releases/latest/download/goreleaser_Linux_x86_64.tar.gz \
| tar --extract --gzip --directory=helper/usr/local/bin/ goreleaser
- name: Build binary
- name: Build and release binaries
env:
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
run: |
helper/usr/local/bin/goreleaser release
helper/usr/local/bin/goreleaser release --skip-sbom
build:
name: Build
Expand Down

0 comments on commit 5b2fce0

Please sign in to comment.