mirror of
https://github.com/GTNewHorizons/GTNH-Actions-Workflows.git
synced 2026-09-01 03:47:30 +02:00
Fix wrong quotes on the release name argument
This commit is contained in:
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user