Skip to content

Commit acaeefe

Browse files
committed
fix workflow
1 parent fb4e99b commit acaeefe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build_and_publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,12 @@ jobs:
5454
with:
5555
modrinth-id: Tsw8vbks
5656
modrinth-token: ${{ secrets.MODRINTH_API_KEY }}
57+
5758
curseforge-id: 907843
5859
curseforge-token: ${{ secrets.CURSEFORGE_API_KEY }}
5960

61+
github-token: ${{ secrets.GITHUB_TOKEN }}
62+
6063
files: |
6164
build/libs/ars_ocultas-${{ env.MC_VERSION }}-${{ steps.tag_name.outputs.current_version }}.jar
6265
@@ -66,7 +69,7 @@ jobs:
6669
${{ env.MC_VERSION }}
6770
changelog: |-
6871
${{ steps.changelog_reader.outputs.changes }}
72+
loaders: neoforge
6973
dependencies: |
70-
forge(required)
7174
ars-nouveau(required)
7275
occultism(required)

0 commit comments

Comments
 (0)