Re-enable creating the release at Github after install of gh client
Some checks failed
Release / build (push) Failing after 31s
Some checks failed
Release / build (push) Failing after 31s
This commit is contained in:
parent
2c6dd96cd7
commit
9cd6637b4f
1 changed files with 2 additions and 4 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
@ -36,16 +36,14 @@ jobs:
|
||||||
verbose: true
|
verbose: true
|
||||||
|
|
||||||
- name: Create release at GitHub
|
- name: Create release at GitHub
|
||||||
# FIXME: Currently only outputs gh command; adapt for Forgejo
|
|
||||||
run: |
|
run: |
|
||||||
echo gh release create "$GITHUB_REF_NAME" \
|
gh release create "$GITHUB_REF_NAME" \
|
||||||
--repo "$GITHUB_REPOSITORY" \
|
--repo "$GITHUB_REPOSITORY" \
|
||||||
--title "$(date +'%d %b %Y')" \
|
--title "$(date +'%d %b %Y')" \
|
||||||
--generate-notes
|
--generate-notes
|
||||||
|
|
||||||
- name: Upload release assets to GitHub
|
- name: Upload release assets to GitHub
|
||||||
# FIXME: Currently only outputs gh command; adapt for Forgejo
|
|
||||||
run: |
|
run: |
|
||||||
echo gh release upload "$GITHUB_REF_NAME" \
|
gh release upload "$GITHUB_REF_NAME" \
|
||||||
build/distributions/helma-*.* \
|
build/distributions/helma-*.* \
|
||||||
--clobber
|
--clobber
|
||||||
|
|
Loading…
Add table
Reference in a new issue