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:
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user