Fixed nighlty title alpha

Contributes to CURA-9494
This commit is contained in:
Jelle Spijker 2023-08-20 18:20:25 +02:00
parent 4303695316
commit d90da61f44
No known key found for this signature in database
GPG key ID: 034D1C0527888B65

View file

@ -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 }}