Forgot to add an env instruction...
All checks were successful
Test and Deploy / build (17, ubuntu-latest) (push) Successful in 4m49s
Test and Deploy / build (17, ubuntu-latest) (pull_request) Successful in 4m40s
Test and Deploy / deploy (17, ubuntu-latest) (push) Has been skipped
Test and Deploy / deploy (17, ubuntu-latest) (pull_request) Has been skipped
All checks were successful
Test and Deploy / build (17, ubuntu-latest) (push) Successful in 4m49s
Test and Deploy / build (17, ubuntu-latest) (pull_request) Successful in 4m40s
Test and Deploy / deploy (17, ubuntu-latest) (push) Has been skipped
Test and Deploy / deploy (17, ubuntu-latest) (pull_request) Has been skipped
This commit is contained in:
parent
6fc944eb4a
commit
f982e497fe
@ -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