fix: Modrinth task versioning

This commit is contained in:
Ben Woo 2023-08-22 11:36:20 +08:00
parent 73e0b30836
commit 8b18ccbd1d
No known key found for this signature in database
GPG Key ID: FB2A3645536E12C8
1 changed files with 2 additions and 2 deletions

View File

@ -83,11 +83,11 @@ jobs:
with:
arguments: build modrinth
env:
GITHUB_VERSION: ${{ env.VERSION }}
GITHUB_VERSION: ${{ steps.release.outputs.publish_version }}
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
CHANGELOG: ${{ steps.release.outputs.body }}
VERSION_NUMBER: ${{ steps.release.outputs.tag_name }}
VERSION_TYPE: ${{ env.RELEASE_TYPE }}
VERSION_TYPE: ${{ steps.release.outputs.release_type }}
- name: Upload to dev.bukkit.org
uses: benwoo1110/dbo-upload-action@v0.2.0