We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb4e99b commit acaeefeCopy full SHA for acaeefe
.github/workflows/build_and_publish.yml
@@ -54,9 +54,12 @@ jobs:
54
with:
55
modrinth-id: Tsw8vbks
56
modrinth-token: ${{ secrets.MODRINTH_API_KEY }}
57
+
58
curseforge-id: 907843
59
curseforge-token: ${{ secrets.CURSEFORGE_API_KEY }}
60
61
+ github-token: ${{ secrets.GITHUB_TOKEN }}
62
63
files: |
64
build/libs/ars_ocultas-${{ env.MC_VERSION }}-${{ steps.tag_name.outputs.current_version }}.jar
65
@@ -66,7 +69,7 @@ jobs:
66
69
${{ env.MC_VERSION }}
67
70
changelog: |-
68
71
${{ steps.changelog_reader.outputs.changes }}
72
+ loaders: neoforge
73
dependencies: |
- forge(required)
74
ars-nouveau(required)
75
occultism(required)
0 commit comments