diff --git a/.github/workflows/fabric_publish.yml b/.github/workflows/fabric_publish.yml index 4bc5f52..c3f1c8e 100644 --- a/.github/workflows/fabric_publish.yml +++ b/.github/workflows/fabric_publish.yml @@ -51,7 +51,7 @@ jobs: name: ${{ env.RELEASE_NAME }} version: ${{ env.MOD_VERSION }} - version-type: 'release' + version-type: release changelog-file: CHANGELOG.md game-versions: ${{ env.GAME_VERSIONS }} diff --git a/.github/workflows/mod_publis.yml b/.github/workflows/mod_publis.yml index 8df8d0e..2a23f7a 100644 --- a/.github/workflows/mod_publis.yml +++ b/.github/workflows/mod_publis.yml @@ -51,7 +51,7 @@ jobs: name: ${{ env.RELEASE_NAME }} version: ${{ env.MOD_VERSION }} - version-type: 'release' + version-type: release changelog-file: CHANGELOG.md game-versions: ${{ env.GAME_VERSIONS }} diff --git a/.github/workflows/neoforge_publish.yml b/.github/workflows/neoforge_publish.yml index a7ef172..81e00a5 100644 --- a/.github/workflows/neoforge_publish.yml +++ b/.github/workflows/neoforge_publish.yml @@ -51,7 +51,7 @@ jobs: name: ${{ env.RELEASE_NAME }} version: ${{ env.MOD_VERSION }} - version-type: 'release' + version-type: release changelog-file: CHANGELOG.md game-versions: ${{ env.GAME_VERSIONS }}