m/cup
1
0
mirror of https://github.com/sergi0g/cup.git synced 2025-11-16 00:53:47 -05:00

Update nightly.yml

Try to fix workflow
This commit is contained in:
Sergio
2024-07-10 15:15:56 +03:00
committed by GitHub
parent 867ab4ba10
commit 39b2355c04

View File

@@ -19,7 +19,7 @@ jobs:
id: get_tag id: get_tag
run: | run: |
VERSION=$(cargo metadata --format-version=1 --no-deps | jq '.packages[0].version') VERSION=$(cargo metadata --format-version=1 --no-deps | jq '.packages[0].version')
echo "tagname=v${VERSION}-nightly.${{ github.event.inputs.tag }}" >> $GITHUB_OUTPUT echo "tagname=v$VERSION-nightly.${{ github.event.inputs.tag }}" >> $GITHUB_OUTPUT
- uses: rickstaa/action-create-tag@v1 - uses: rickstaa/action-create-tag@v1
with: with: