Skip to content

Commit

Permalink
Merge pull request #396 from CycloneDX/address-goreleaser-deprecations
Browse files Browse the repository at this point in the history
ci: fix deprecated goreleaser flags
  • Loading branch information
nscuro authored Dec 6, 2023
2 parents b940914 + f532562 commit 46a8d48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # tag=v5.0.0
with:
version: latest
args: release --skip-publish --skip-sign --snapshot
args: release --skip publish,sign --snapshot
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ docker:
.PHONY: docker

goreleaser-dryrun:
goreleaser release --skip-publish --skip-sign --snapshot
goreleaser release --skip publish,sign --snapshot
.PHONY: goreleaser-dryrun

build-examples-image:
Expand Down

0 comments on commit 46a8d48

Please sign in to comment.