mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
Fixed nighlty title alpha
Contributes to CURA-9494
This commit is contained in:
parent
4303695316
commit
d90da61f44
1 changed files with 1 additions and 1 deletions
2
.github/workflows/installers.yml
vendored
2
.github/workflows/installers.yml
vendored
|
@ -221,7 +221,7 @@ jobs:
|
|||
|
||||
- name: Update nightly release description (with date)
|
||||
run: |
|
||||
gh release edit nightly --title "${{ steps.filename.outputs.NIGHTLY_NAME }}-alpha" --notes "Nightly release created on: ${{ steps.filename.outputs.NIGHTLY_TIME }}"
|
||||
gh release edit nightly --title "${{ steps.filename.outputs.NIGHTLY_NAME }}" --notes "Nightly release created on: ${{ steps.filename.outputs.NIGHTLY_TIME }}"
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue