Forgot to add an env instruction... #28
@ -67,6 +67,8 @@ jobs:
|
|||||||
run: ./gradlew publish
|
run: ./gradlew publish
|
||||||
- name: create tag
|
- name: create tag
|
||||||
run: ./gradlew createTag
|
run: ./gradlew createTag
|
||||||
|
env:
|
||||||
|
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||||
- name: Report to Discord
|
- name: Report to Discord
|
||||||
run: ./gradlew reportToDiscord
|
run: ./gradlew reportToDiscord
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user