mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-24 11:37:58 +01:00
fix: Modrinth task versioning
This commit is contained in:
parent
73e0b30836
commit
8b18ccbd1d
4
.github/workflows/promote_release.yml
vendored
4
.github/workflows/promote_release.yml
vendored
@ -83,11 +83,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
arguments: build modrinth
|
arguments: build modrinth
|
||||||
env:
|
env:
|
||||||
GITHUB_VERSION: ${{ env.VERSION }}
|
GITHUB_VERSION: ${{ steps.release.outputs.publish_version }}
|
||||||
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
|
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
|
||||||
CHANGELOG: ${{ steps.release.outputs.body }}
|
CHANGELOG: ${{ steps.release.outputs.body }}
|
||||||
VERSION_NUMBER: ${{ steps.release.outputs.tag_name }}
|
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
|
- name: Upload to dev.bukkit.org
|
||||||
uses: benwoo1110/dbo-upload-action@v0.2.0
|
uses: benwoo1110/dbo-upload-action@v0.2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user