Skip to content

Commit

Permalink
Krew requirements: v prefix on version and license file
Browse files Browse the repository at this point in the history
  • Loading branch information
Pvlerick committed Jun 20, 2024
1 parent 2461777 commit cbeab45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
tags:
- "[0-9]+.[0-9]+.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+"

env:
bin_name: kubectl-rsh
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Create Archive and SHASUM
run: |
mv ./target/${{ matrix.target }}/release/${{ env.bin_name }} .
tar -czf ./${{ env.archive }} ${{ env.bin_name }}
tar -czf ./${{ env.archive }} ${{ env.bin_name }} LICENSE
sha256sum ${{ env.archive }} > ${{ env.archive }}.sha256
- name: Upload Artifact
Expand Down

0 comments on commit cbeab45

Please sign in to comment.