make modrinth publish run every time

This commit is contained in:
alexcrea 2026-01-13 02:09:15 +01:00
parent 18a0f58e68
commit 675a16c9b4
Signed by: alexcrea
GPG key ID: E346CD16413450E3

View file

@ -73,7 +73,9 @@ jobs:
echo "${{ github.event.release.body || '' }}" >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV
echo "IS_GITHUB_PRERELEASE=${{ github.event.release.prerelease }}" >> $GITHUB_ENV
- name: Prepare publish env variable
run: |
echo MODRINTH_VERSIONS='["1.18.x", "1.19.x", "1.20.x", "1.21.x"]' >> $GITHUB_ENV
echo MODRINTH_PLATFORMS='["spigot", "paper", "purpur", "folia"]' >> $GITHUB_ENV