We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14f8538 commit ff556aaCopy full SHA for ff556aa
1 file changed
.github/workflows/build-and-publish.yaml
@@ -55,10 +55,19 @@ jobs:
55
- name: Patch Changelog
56
run: ./gradlew patchChangelog
57
- name: Github Release
58
+ env:
59
+ GITHUB_KEY: ${{ github.token }}
60
run: ./gradlew githubRelease
61
- name: Publish Maven
62
63
+ PUBLIC_REP_NAME: ${{ secrets.PUBLIC_REP_NAME }}
64
+ PUBLIC_REP_KEY: ${{ secrets.PUBLIC_REP_KEY }}
65
run: ./gradlew publishAllPublicationsToPublicRepository
66
- name: Publish Modrinth
67
68
+ MODRINTH_KEY: ${{ secrets.MODRINTH_KEY }}
69
run: ./gradlew modrinth
70
- name: Publish CurseForge
71
72
+ CURSEFORGE_KEY: ${{ secrets.CURSEFORGE_KEY }}
73
run: ./gradlew publishCurseForge
0 commit comments