Skip to content

Commit

Permalink
chore: Update to goreleaser 2, fix flags
Browse files Browse the repository at this point in the history
  • Loading branch information
nmanoogian committed Jun 13, 2024
1 parent eb635a1 commit bbbba91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: goreleaser/goreleaser-action@v1
with:
version: latest
args: release --snapshot --skip-publish --skip-sign
args: release --snapshot --skip=publish,sign
env:
GOPATH: ${{ runner.workspace }}
- uses: actions/upload-artifact@master
Expand Down
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
project_name: doppler

before:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ test-packages:
./tests/packages.sh

test-release:
doppler run -- goreleaser release --snapshot --skip-publish --clean --parallelism=4
doppler run -- goreleaser release --snapshot --skip publish --clean --parallelism=4

scan:
if [ ! -f "$$GOPATH/bin/gosec" ]; then echo "Error: gosec is not installed\n\nYou can install gosec with 'go get github.com/securego/gosec/cmd/gosec'\n" && exit 1; fi
Expand Down

0 comments on commit bbbba91

Please sign in to comment.