Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wdog5 committed Jan 6, 2024
1 parent 2e1162c commit 5f2a42c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ name: Build And Publish to Modrinth
on : [push, pull_request]

env:
MINECRAFT_VERSION: 1.20.1
VERSION: 1.20.x-snapshot
MINECRAFT_VERSION: 1.20.4
VERSION: 1.20.4-snapshot
MODRINTH_TOKEN: ${{ secrets.PUBLISH_MODRINTH_TOKEN }}
RELEASE_NAME: banner-1.20.x
RELEASE_NAME: banner-1.20.4

jobs:
build:
Expand Down Expand Up @@ -49,5 +49,5 @@ jobs:
version-type: release

loaders: fabric
game-versions: '1.20.1'
game-versions: '1.20.4'
java: "17"

0 comments on commit 5f2a42c

Please sign in to comment.