Skip to content

Commit

Permalink
build: 23w40a
Browse files Browse the repository at this point in the history
  • Loading branch information
ishland committed Oct 6, 2023
1 parent 4d7bad3 commit 6e85f03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: ./gradlew build
- name: upload to modrinth and curseforge
run: ./gradlew modrinth curseforge
if: github.ref == 'refs/heads/ver/1.20.2'
if: github.ref == 'refs/heads/ver/1.20.3'
env:
MODRINTH_TOKEN: ${{ secrets.MODRINTH_UPLOAD_TOKEN }}
CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_API_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ org.gradle.jvmargs=-Xmx2G

# Fabric Properties
# check these on https://fabricmc.net/versions.html
minecraft_version=1.20.2
yarn_mappings=1.20.2+build.1
loader_version=0.14.22
minecraft_version=23w40a
yarn_mappings=23w40a+build.3
loader_version=0.14.23

# Mod Properties
mod_version = 0.2.0+beta.7
Expand Down

0 comments on commit 6e85f03

Please sign in to comment.