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

This commit is contained in:
Quentin Legot 2024-01-07 00:57:32 +01:00
parent 6fc944eb4a
commit f982e497fe

View File

@ -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