Skip to content

Commit

Permalink
Merge pull request #246 from norwoodj/jnorwood/fix-goreleaser
Browse files Browse the repository at this point in the history
fix: Fixes goreleaser action by using new flag
  • Loading branch information
norwoodj authored Jul 6, 2024
2 parents e80989e + ff7941b commit 8a9614d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
args: release --snapshot --skip-sign
args: release --snapshot --skip=sign
- if: always()
run: rm -f ${HOME}/.docker/config.json
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
project_name: helm-docs
before:
hooks:
Expand Down Expand Up @@ -66,7 +67,7 @@ brews:
- repository:
owner: norwoodj
name: homebrew
folder: Formula
directory: Formula
homepage: https://github.com/norwoodj/helm-docs
description: Automatically generate markdown documentation for helm charts
install: |
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ clean:

.PHONY: dist
dist:
goreleaser release --rm-dist --snapshot --skip-sign
goreleaser release --rm-dist --snapshot --skip=sign

0 comments on commit 8a9614d

Please sign in to comment.