Skip to content

Commit

Permalink
bump version, update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
andi-makes committed Feb 14, 2024
1 parent 05613b5 commit 292ee18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
modrinth-id: yjvKidNM
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
files: fabric/build/libs/lighty-fabric-*([0-9]?(.))\+*([0-9wa]?(.))?(-pre*[0-9]).jar
files: fabric/build/libs/lighty-fabric-*([0-9]?(.))?(-alpha.*[0-9])\+*([0-9wa]?(.))?(-pre*[0-9]).jar
loaders: |
fabric
quilt
Expand All @@ -38,5 +38,5 @@ jobs:
modrinth-id: yjvKidNM
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
files: neoforge/build/libs/lighty-neoforge-*([0-9]?(.))\+*([0-9wa]?(.))?(-pre*[0-9]).jar
files: neoforge/build/libs/lighty-neoforge-*([0-9]?(.))?(-alpha.*[0-9])\+*([0-9wa]?(.))?(-pre*[0-9]).jar
fail-mode: warn
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ minecraft_version=24w06a
fabric_enabled=true
forge_enabled=false

mod_version=3.0.0-alpha
mod_version=3.0.0-alpha.1
maven_group=dev.schmarrn
mod_name=lighty

Expand Down

0 comments on commit 292ee18

Please sign in to comment.