We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bacf20c commit 8b87ea4Copy full SHA for 8b87ea4
.github/workflows/build.yml
@@ -27,6 +27,23 @@ jobs:
27
with:
28
file: gradle.properties
29
property: mod_version
30
+ - name: mc-publish
31
+ uses: Kir-Antipov/mc-publish@v3.3.0
32
+ with:
33
+ curseforge-id: 421179
34
+ curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
35
+ modrinth-id: jRRBLkzK
36
+ modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
37
+ files-primary: build/libs/!(*-@(javadoc|sources)).jar
38
+ version-type: release
39
+ version: ${{ steps.version.outputs.value }}
40
+ loaders: |
41
+ forge
42
+ neoforge
43
+ game-versions: 1.20.1
44
+ java: 17
45
+ name: ""
46
+ changelog-file: changelog-1.20.1.*
47
- name: Nuke Changelog dot txt
48
uses: JesseTG/rm@v1.0.3
49
0 commit comments