mirror of
https://github.com/GTNewHorizons/GTNH-Actions-Workflows.git
synced 2025-07-04 19:31:40 +02:00
Fix wrong quotes on the release name argument
This commit is contained in:
parent
24aa6689e1
commit
90f4efd07f
2
.github/workflows/release-tags.yml
vendored
2
.github/workflows/release-tags.yml
vendored
@ -40,7 +40,7 @@ jobs:
|
||||
run: ./gradlew build
|
||||
|
||||
- name: Release under current tag
|
||||
run: gh release create '${RELEASE_VERSION}' --generate-notes ./build/libs/*.jar
|
||||
run: gh release create "${RELEASE_VERSION}" --generate-notes ./build/libs/*.jar
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user