Skip to content

Commit

Permalink
Merge pull request #23 from rancher-sandbox/gh
Browse files Browse the repository at this point in the history
Switch from hub to gh tool
  • Loading branch information
jandubois authored Oct 10, 2023
2 parents 792b38d + 039ff2b commit e234acd
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,6 @@ jobs:
if: github.event_name != 'pull_request'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Note "folded" style; requires a blank line to insert actual newline
run: >
run: |
tag="${GITHUB_REF##*/}"
hub release create
-a iso/alpine-lima-rd-${ALPINE_VERSION}-aarch64.iso
-a iso/alpine-lima-rd-${ALPINE_VERSION}-aarch64.iso.sha512sum
-a iso/alpine-lima-rd-${ALPINE_VERSION}-x86_64.iso
-a iso/alpine-lima-rd-${ALPINE_VERSION}-x86_64.iso.sha512sum
-m "${tag}" --draft "${tag}"
gh release create "${tag}" --draft --title "${tag}" iso/alpine-lima-rd-*

0 comments on commit e234acd

Please sign in to comment.