From 8b18ccbd1d26f17bad3adfdaa464235255dfd0d4 Mon Sep 17 00:00:00 2001 From: Ben Woo <30431861+benwoo1110@users.noreply.github.com> Date: Tue, 22 Aug 2023 11:36:20 +0800 Subject: [PATCH] fix: Modrinth task versioning --- .github/workflows/promote_release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/promote_release.yml b/.github/workflows/promote_release.yml index b263f08c..77e68e2f 100644 --- a/.github/workflows/promote_release.yml +++ b/.github/workflows/promote_release.yml @@ -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