Skip to content

Commit

Permalink
Deploy to 1.21.1 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ssblur committed Aug 17, 2024
1 parent 4ed088c commit 91276e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fabric.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
mod-file: fabric/build/libs/scriptor-${{ steps.tag.outputs.version }}-fabric.jar
version-name: "${{ steps.tag.outputs.version }}-fabric"
minecraft-version: 1.21
minecraft-version: 1.21.1
mod-loader: fabric
changelog: ${{ steps.changelog.outputs.changelog }}
dependencies: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/neoforged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
mod-file: neoforge/build/libs/scriptor-${{ steps.tag.outputs.version }}-neoforge.jar
version-name: "${{ steps.tag.outputs.version }}-neoforge"
minecraft-version: 1.21
minecraft-version: 1.21.1
mod-loader: neoforge
changelog: ${{ steps.changelog.outputs.changelog }}
dependencies: |
Expand Down

0 comments on commit 91276e7

Please sign in to comment.