Skip to content

Commit

Permalink
Version for initial beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
NotRyken committed Nov 7, 2024
1 parent 21c7b5b commit 0c8f7d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
if: ${{ runner.os != 'Windows' }}
run: chmod +x ./gradlew
- name: Build
run: ./gradlew build neoforge:githubRelease fabric:githubRelease --stacktrace
run: ./gradlew build neoforge:githubRelease neoforge:modrinth neoforge:curseforge fabric:githubRelease fabric:modrinth fabric:curseforge --stacktrace
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Neo/Forge version ranges: https://maven.apache.org/enforcer/enforcer-rules/versionRanges.html

# Project
mod_version=1.0.0+1.21-alpha.6
mod_version=1.0.0+1.21-beta.1
mod_group=dev.terminalmc
mod_id=moremousetweaks
mod_id_alt=mmt
Expand Down Expand Up @@ -68,7 +68,7 @@ github_repo=MoreMouseTweaks
modrinth_id=S8drsznD
curseforge_id=1134081
# 'release', 'alpha' or 'beta'
release_type=alpha
release_type=beta
# Fabric
release_mod_loaders_fabric=fabric
release_game_versions_fabric=1.21,1.21.1
Expand Down

0 comments on commit 0c8f7d4

Please sign in to comment.