Skip to content

Commit

Permalink
Merge pull request #422 from zoncoen/dependabot/github_actions/gorele…
Browse files Browse the repository at this point in the history
…aser/goreleaser-action-6

chore(deps): bump goreleaser/goreleaser-action from 5 to 6
  • Loading branch information
zoncoen authored Dec 22, 2024
2 parents 3f59b8b + 7196e21 commit bfc1fda
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
mv ./dist/**/*.tar.gz ./assets/
ls ./assets/
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --clean -f ./scripts/cross-build/.goreleaser.yml
Expand Down
3 changes: 1 addition & 2 deletions scripts/cross-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ if [ -d "/scenarigo" ]; then
fi


# TODO: --rm-dist is deprecated, use --clean
cmd="bash /entrypoint.sh --skip-publish --rm-dist --debug"
cmd="bash /entrypoint.sh --skip=publish --clean --verbose"
if [ "${SNAPSHOT}" != "" ]; then
echo "snapshot build"
cmd="${cmd} --snapshot"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
builds:
- id: darwin-amd64
env:
Expand Down Expand Up @@ -58,7 +59,7 @@ archives:
- LICENSE
- CREDITS
checksum:
name_template: "{{ .ProjectName }}_v{{ .Version }}_go<< .GoVersion >>_checksums.txt"
version_template: "{{ .ProjectName }}_v{{ .Version }}_go<< .GoVersion >>_checksums.txt"
snapshot:
name_template: "{{ .Version }}-snapshot"
changelog:
Expand Down

0 comments on commit bfc1fda

Please sign in to comment.