mirror of
https://github.com/GTNewHorizons/GTNH-Actions-Workflows.git
synced 2025-07-05 03:41:48 +02:00
Fix missing secret
This commit is contained in:
parent
d00c1dc8b1
commit
24aa6689e1
2
.github/workflows/release-tags.yml
vendored
2
.github/workflows/release-tags.yml
vendored
@ -41,6 +41,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Release under current tag
|
- 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 }}
|
||||||
|
|
||||||
- name: Publish to Maven
|
- name: Publish to Maven
|
||||||
run: ./gradlew publish
|
run: ./gradlew publish
|
||||||
|
Loading…
x
Reference in New Issue
Block a user