mirror of
https://github.com/LITW-Refined/GTNH-Actions-Workflows.git
synced 2025-12-23 11:18:32 +00:00
Fix missing secret
This commit is contained in:
2
.github/workflows/release-tags.yml
vendored
2
.github/workflows/release-tags.yml
vendored
@@ -41,6 +41,8 @@ jobs:
|
||||
|
||||
- name: Release under current tag
|
||||
run: gh release create '${RELEASE_VERSION}' --generate-notes ./build/libs/*.jar
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Publish to Maven
|
||||
run: ./gradlew publish
|
||||
|
||||
Reference in New Issue
Block a user