Skip to content

Commit

Permalink
3.0.0-alpha.1, update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LucunJi committed Jun 23, 2024
1 parent 594e211 commit 6e458ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/quick-fabric-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ jobs:
with:
distribution: 'temurin'
java-version: ${{ env.JAVA_VERSION }}
- name: Check Version
- name: Setup Gradlew
run: |
chmod +x ./gradlew
./gradlew configureLaunch # setup dependencies required for properties task
./gradlew configureLaunch
- name: Check Version
run: |
__version="$(./gradlew -q properties --property version | grep version: | sed -r 's/version:\s*//')"
if [ "$__version" == "${{ github.ref_name }}" ]
then
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"schemaVersion": 1,
"id": "explayerenderer",
"version": "3.0.0-alpha",
"version": "3.0.0-alpha.1",

"name": "ExtraPlayerRenderer",
"description": "Render an extra player figure on your screen. Made for game streaming and recordings.",
Expand Down

0 comments on commit 6e458ba

Please sign in to comment.