Skip to content

Commit

Permalink
goreleaser _v1 suffix gets added
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmetb committed Jul 14, 2023
1 parent 554b28d commit 2c624a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ jobs:
- name: Setup BATS framework
run: sudo npm install -g bats
- name: kubectx (Go) integration tests
run: COMMAND=./dist/kubectx_linux_amd64/kubectx bats test/kubectx.bats
run: COMMAND=./dist/kubectx_linux_amd64_v1/kubectx bats test/kubectx.bats
- name: kubens (Go) integration tests
run: COMMAND=./dist/kubens_linux_amd64/kubens bats test/kubens.bats
run: COMMAND=./dist/kubens_linux_amd64_v1/kubens bats test/kubens.bats

0 comments on commit 2c624a4

Please sign in to comment.