Skip to content

Commit

Permalink
Fix: Use "release" instead of 'release' for version-type in Neoforge,…
Browse files Browse the repository at this point in the history
… mod_publis, and fabric_publish workflows.
  • Loading branch information
anviaan committed Nov 30, 2024
1 parent 4571e43 commit a25e7df
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fabric_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,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 }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/mod_publis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,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 }}
Expand Down Expand Up @@ -76,8 +76,8 @@ jobs:
neoforge/build/libs/*.jar
name: ${{ env.RELEASE_NAME }}
version: ${{ release.MOD_VERSION }}
version-type: 'release'
version: ${{ env.MOD_VERSION }}
version-type: release
changelog-file: CHANGELOG.md

game-versions: ${{ env.GAME_VERSIONS }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/neoforge_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,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 }}
Expand Down

0 comments on commit a25e7df

Please sign in to comment.