Skip to content

Commit

Permalink
ci(release): Fix deprecated Goreleaser commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurdotb committed Feb 22, 2023
1 parent 8ab7e5e commit 9400738
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
distribution: goreleaser
version: latest
args: build --rm-dist --snapshot --id ubuntu-latest-amd64
args: build --clean --snapshot --id ubuntu-latest-amd64

- name: Store artifact
uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9400738

Please sign in to comment.