mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 09:35:56 +08:00
Fixed nighlty title alpha
Contributes to CURA-9494
This commit is contained in:
parent
4303695316
commit
d90da61f44
2
.github/workflows/installers.yml
vendored
2
.github/workflows/installers.yml
vendored
@ -221,7 +221,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Update nightly release description (with date)
|
- name: Update nightly release description (with date)
|
||||||
run: |
|
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:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user