Skip to content

Commit

Permalink
Skip snap build on CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mhalano committed Dec 25, 2023
1 parent 0c8ace2 commit e36ffd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --snapshot --skip-publish --rm-dist
args: release --snapshot --skip publish,snapcraft --clean
- name: Setup BATS framework
run: sudo npm install -g bats
- name: kubectx (Go) integration tests
Expand Down

0 comments on commit e36ffd0

Please sign in to comment.