Re-enable creating the release at Github after install of gh client
Some checks failed
Release / build (push) Failing after 31s

This commit is contained in:
Tobi Schäfer 2025-02-15 19:07:37 +01:00
parent 2c6dd96cd7
commit 9cd6637b4f
Signed by: tobi
GPG key ID: 91FAE6FE2EBAC4C8

View file

@ -36,16 +36,14 @@ jobs:
verbose: true
- name: Create release at GitHub
# FIXME: Currently only outputs gh command; adapt for Forgejo
run: |
echo gh release create "$GITHUB_REF_NAME" \
gh release create "$GITHUB_REF_NAME" \
--repo "$GITHUB_REPOSITORY" \
--title "$(date +'%d %b %Y')" \
--generate-notes
- name: Upload release assets to GitHub
# FIXME: Currently only outputs gh command; adapt for Forgejo
run: |
echo gh release upload "$GITHUB_REF_NAME" \
gh release upload "$GITHUB_REF_NAME" \
build/distributions/helma-*.* \
--clobber