Distinguish the (currently bogus) GitHub release workflows by name
All checks were successful
Release / build (push) Successful in 26s
All checks were successful
Release / build (push) Successful in 26s
This commit is contained in:
parent
70337bda40
commit
5bfcd0b6ea
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
|||
release-notes-assistant: true
|
||||
verbose: true
|
||||
|
||||
- name: Create release
|
||||
- name: Create release at GitHub
|
||||
# FIXME: Currently only outputs gh command; adapt for Forgejo
|
||||
run: |
|
||||
echo gh release create "$GITHUB_REF_NAME" \
|
||||
|
@ -43,7 +43,7 @@ jobs:
|
|||
--title "$(date +'%d %b %Y')" \
|
||||
--generate-notes
|
||||
|
||||
- name: Upload assets
|
||||
- name: Upload release assets to GitHub
|
||||
# FIXME: Currently only outputs gh command; adapt for Forgejo
|
||||
run: |
|
||||
echo gh release upload "$GITHUB_REF_NAME" \
|
||||
|
|
Loading…
Add table
Reference in a new issue