Skip to content

Commit 87c7c07

Browse files
authored
Get Modrinth project ID from GH custom properties in release workflow (#93)
2 parents e1009f7 + e839070 commit 87c7c07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: cloudnode-pro/[email protected]
3737
with:
3838
token: '${{ secrets.MODRINTH_TOKEN }}'
39-
project: Dc8RS2En
39+
project: '${{ github.event.repository.custom_properties.modrinth_id }}'
4040
file: target/BankAccounts-${{ github.event.release.tag_name }}.jar
4141
changelog: ${{ github.event.release.body }}
4242
loaders: paper

0 commit comments

Comments
 (0)