Skip to content

Commit

Permalink
fix: replace goreleaser deprecated flag (#158)
Browse files Browse the repository at this point in the history
Signed-off-by: Abhinandan Purkait <purkaitabhinandan@gmail.com>
  • Loading branch information
Abhinandan-Purkait authored Mar 21, 2024
1 parent 9d8d2fd commit 42a5d29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --rm-dist --release-notes=CHANGELOG.md
args: release --clean --release-notes=CHANGELOG.md
env:
GITHUB_TOKEN: ${{ secrets.GR_TOKEN }}
- name: Update new version in krew-index
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@
# vendor directory
vendor
dist/

# IDEs
**/.idea

0 comments on commit 42a5d29

Please sign in to comment.