Skip to content

Commit

Permalink
Fix 1.21(.1) release info
Browse files Browse the repository at this point in the history
  • Loading branch information
tr7zw committed Nov 1, 2024
1 parent 74883a5 commit 7c824bf
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,9 @@ jobs:
name: ${{github.ref_name}}-1.21(.1) - Forge
version-type: beta
files: 'versions/1.21-forge/build/libs/!(*-@(dev|sources|javadoc)).jar'
game-versions: 1.21.x
game-versions: |
1.21
1.21.1
- name: Publish-1.21-forge-Modrinth
uses: Kir-Antipov/mc-publish@v3.3.0
with:
Expand All @@ -317,7 +319,9 @@ jobs:
loaders: forge
name: ${{github.ref_name}}-1.21(.1) - Forge
files: 'versions/1.21-forge/build/libs/!(*-@(dev|sources|javadoc)).jar'
game-versions: 1.21.x
game-versions: |
1.21
1.21.1
- name: Publish-1.21-neoforge-Curseforge
uses: Kir-Antipov/mc-publish@v3.3.0
with:
Expand All @@ -327,7 +331,9 @@ jobs:
name: ${{github.ref_name}}-1.21(.1) - NeoForge
version-type: beta
files: 'versions/1.21-neoforge/build/libs/!(*-@(dev|sources|javadoc|all)).jar'
game-versions: 1.21.x
game-versions: |
1.21
1.21.1
- name: Publish-1.21-neoforge-Modrinth
uses: Kir-Antipov/mc-publish@v3.3.0
with:
Expand All @@ -336,7 +342,9 @@ jobs:
loaders: neoforge
name: ${{github.ref_name}}-1.21(.1) - NeoForge
files: 'versions/1.21-neoforge/build/libs/!(*-@(dev|sources|javadoc|all)).jar'
game-versions: 1.21.x
game-versions: |
1.21
1.21.1
- name: Publish-1.21-fabric-Curseforge
uses: Kir-Antipov/mc-publish@v3.3.0
with:
Expand All @@ -345,7 +353,9 @@ jobs:
loaders: fabric
name: ${{github.ref_name}}-1.21(.1) - Fabric
files: 'versions/1.21-fabric/build/libs/!(*-@(dev|sources|javadoc|all)).jar'
game-versions: 1.21.x
game-versions: |
1.21
1.21.1
- name: Publish-1.21-fabric-Modrinth
uses: Kir-Antipov/mc-publish@v3.3.0
with:
Expand All @@ -354,7 +364,9 @@ jobs:
loaders: fabric
name: ${{github.ref_name}}-1.21(.1) - Fabric
files: 'versions/1.21-fabric/build/libs/!(*-@(dev|sources|javadoc|all)).jar'
game-versions: 1.21.x
game-versions: |
1.21
1.21.1
- name: Publish-1.21.3-neoforge-Curseforge
uses: Kir-Antipov/mc-publish@v3.3.0
with:
Expand Down
Binary file modified gradle/gradle-compose.jar
Binary file not shown.

0 comments on commit 7c824bf

Please sign in to comment.