Skip to content

Commit

Permalink
Fixing workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
anviaan committed Dec 19, 2024
1 parent a8b21c8 commit 6375ef3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fabric_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mod_publis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
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 @@ -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 }}
Expand Down

0 comments on commit 6375ef3

Please sign in to comment.