Potentially fix modrinth publishing

(if only github actions would document themselves wouldnt that be crazy?)

[no changelog]
This commit is contained in:
Linnea Gräf
2024-06-01 02:21:19 +02:00
parent e188bc52f8
commit 3b9fd665af

View File

@@ -16,6 +16,7 @@ jobs:
version: ${{ github.event.release.id }}
regex: true
file: ".*\\.jar"
target: '.'
token: ${{ secrets.GITHUB_TOKEN }}
- run: |
printf %s "$CHANGELOG" > CHANGELOG.md