Skip to content

Commit

Permalink
update krew gha
Browse files Browse the repository at this point in the history
  • Loading branch information
derailed committed Jul 15, 2021
1 parent 35bf31a commit 3e202d1
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,15 @@ jobs:
- name: Checkout
uses: actions/checkout@master
- name: Setup Go
uses: actions/setup-go@v2
uses: actions/setup-go@v1
with:
go-version: 1.16.3
- name: Git
run: sudo apt-get update && sudo apt-get install git -y
- name: Path
run: printenv PATH && ls -al /usr/local/bin/go
- name: GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v1
with:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Update new version in krew-index
uses: rajatjindal/krew-release-bot@v0.0.38
uses: rajatjindal/krew-release-bot@v0.0.40

0 comments on commit 3e202d1

Please sign in to comment.