Skip to content

Commit

Permalink
chore: goreleaser deprecated flag
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienaury authored Sep 28, 2024
1 parent 018788d commit 70569f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -351,9 +351,9 @@ targets:
- $: git reset --hard
- if: snapshot
then:
- $: goreleaser release -f ={BUILD_DIR}/.goreleaser.yml --rm-dist --snapshot
- $: goreleaser release -f ={BUILD_DIR}/.goreleaser.yml --clean --snapshot
else:
- $: (export GITHUB_TOKEN=={GITHUB_TOKEN}; goreleaser release -f ={BUILD_DIR}/.goreleaser.yml --rm-dist)
- $: (export GITHUB_TOKEN=={GITHUB_TOKEN}; goreleaser release -f ={BUILD_DIR}/.goreleaser.yml --clean)
- $: go mod tidy

# run "neon -props '{dockerfiles: {"path/to/Dockerfile1": "path/to/root/build/context"}}' docker" to build specific Dockerfiles
Expand Down

0 comments on commit 70569f7

Please sign in to comment.