Skip to content

Commit

Permalink
The krew-release-bot action is only supported on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
steveteuber committed Sep 9, 2021
1 parent bf4aecc commit 5828ae6
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'v*'

jobs:
goreleaser:
release:
runs-on: macos-11
steps:
- name: Checkout
Expand Down Expand Up @@ -34,8 +34,15 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

publish:
runs-on: ubuntu-latest
needs: release
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Update new version in krew-index
if: success() && !contains(github.ref, '-')
uses: rajatjindal/[email protected].38
uses: rajatjindal/[email protected].40
with:
krew_template_file: .krew.yml

0 comments on commit 5828ae6

Please sign in to comment.