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.
2 parents ed6c6e3 + ff556aa commit b2d5637Copy full SHA for b2d5637
1 file changed
.github/workflows/build-and-publish.yaml
@@ -1,4 +1,4 @@
1
-name: Build and Test
+name: Build and Publish
2
3
on:
4
workflow_dispatch:
@@ -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