Skip to content

Commit

Permalink
Update workflow to change deprecated flag
Browse files Browse the repository at this point in the history
  • Loading branch information
koushik-swaminathan committed Jul 12, 2024
1 parent bf1a593 commit 28c3105
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,9 @@ jobs:
name: fmt check
run: make fmtcheck

- name: Clean up dist directory
run: rm -rf dist
-
name: Test GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: build
args: build --skip=validate --clean
1 change: 0 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Visit https://goreleaser.com for documentation on how to customize this
# behavior.
version: 2
before:
hooks:
# this is just an example and not a requirement for provider building/publishing
Expand Down

0 comments on commit 28c3105

Please sign in to comment.