Skip to content

Commit

Permalink
Fix deprecated goreleaser flag & config
Browse files Browse the repository at this point in the history
  • Loading branch information
ffurrer2 committed May 8, 2024
1 parent 52fcf52 commit 2c2a097
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
uses: goreleaser/goreleaser-action@v5
with:
version: v${{ env.GORELEASER_VERSION }}
args: release --config build/package/.goreleaser.yaml --snapshot --skip-publish --clean
args: release --config build/package/.goreleaser.yaml --snapshot --skip=publish --clean

- name: Container structure test (scratch)
uses: docker://gcr.io/gcp-runtimes/container-structure-test:latest
Expand Down
2 changes: 1 addition & 1 deletion build/package/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ brews:
name: goreleaser
email: [email protected]
commit_msg_template: Brew formula update for {{.ProjectName}} version {{.Tag}}
folder: Formula
directory: Formula
install: |
bin.install "semver"
test: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/GoreleaserTasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ tasks:
IMAGE_BASE_DIGEST_ALPINE: '{{.IMAGE_BASE_DIGEST_ALPINE}}'
cmds:
- docker context use default
- goreleaser release --config build/package/.goreleaser.yaml --clean --skip-publish
- goreleaser release --config build/package/.goreleaser.yaml --clean --skip=publish
silent: true

0 comments on commit 2c2a097

Please sign in to comment.