Skip to content

Commit

Permalink
Update to 1.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tr7zw committed Oct 28, 2024
1 parent c04be8e commit 0a8edcd
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 19 deletions.
51 changes: 35 additions & 16 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -355,40 +355,59 @@ jobs:
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
- name: Publish-1.21.2-neoforge-Curseforge
- name: Publish-1.21.3-neoforge-Curseforge
uses: Kir-Antipov/[email protected]
with:
curseforge-id: 448233
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
loaders: neoforge
name: ${{github.ref_name}}-1.21.2 - NeoForge
name: ${{github.ref_name}}-1.21.3 - NeoForge
version-type: beta
files: 'versions/1.21.2-neoforge/build/libs/!(*-@(dev|sources|javadoc|all)).jar'
game-versions: 1.21.2
- name: Publish-1.21.2-neoforge-Modrinth
files: 'versions/1.21.3-neoforge/build/libs/!(*-@(dev|sources|javadoc|all)).jar'
game-versions: 1.21.3
- name: Publish-1.21.3-neoforge-Modrinth
uses: Kir-Antipov/[email protected]
with:
modrinth-id: NNAgCjsB
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
loaders: neoforge
name: ${{github.ref_name}}-1.21.2 - NeoForge
files: 'versions/1.21.2-neoforge/build/libs/!(*-@(dev|sources|javadoc|all)).jar'
game-versions: 1.21.2
- name: Publish-1.21.2-fabric-Curseforge
name: ${{github.ref_name}}-1.21.3 - NeoForge
files: 'versions/1.21.3-neoforge/build/libs/!(*-@(dev|sources|javadoc|all)).jar'
game-versions: 1.21.3
- name: Publish-1.21.3-forge-Curseforge
uses: Kir-Antipov/[email protected]
with:
curseforge-id: 448233
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
loaders: forge
name: ${{github.ref_name}}-1.21.3 - Forge
version-type: beta
files: 'versions/1.21.3-forge/build/libs/!(*-@(dev|sources|javadoc|all)).jar'
game-versions: 1.21.3
- name: Publish-1.21.3-forge-Modrinth
uses: Kir-Antipov/[email protected]
with:
modrinth-id: NNAgCjsB
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
loaders: forge
name: ${{github.ref_name}}-1.21.3 - Forge
files: 'versions/1.21.3-forge/build/libs/!(*-@(dev|sources|javadoc|all)).jar'
game-versions: 1.21.3
- name: Publish-1.21.3-fabric-Curseforge
uses: Kir-Antipov/[email protected]
with:
curseforge-id: 448233
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
loaders: fabric
name: ${{github.ref_name}}-1.21.2 - Fabric
files: 'versions/1.21.2-fabric/build/libs/!(*-@(dev|sources|javadoc|all)).jar'
game-versions: 1.21.2
- name: Publish-1.21.2-fabric-Modrinth
name: ${{github.ref_name}}-1.21.3 - Fabric
files: 'versions/1.21.3-fabric/build/libs/!(*-@(dev|sources|javadoc|all)).jar'
game-versions: 1.21.3
- name: Publish-1.21.3-fabric-Modrinth
uses: Kir-Antipov/[email protected]
with:
modrinth-id: NNAgCjsB
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
loaders: fabric
name: ${{github.ref_name}}-1.21.2 - Fabric
files: 'versions/1.21.2-fabric/build/libs/!(*-@(dev|sources|javadoc|all)).jar'
game-versions: 1.21.2
name: ${{github.ref_name}}-1.21.3 - Fabric
files: 'versions/1.21.3-fabric/build/libs/!(*-@(dev|sources|javadoc|all)).jar'
game-versions: 1.21.3
5 changes: 3 additions & 2 deletions settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"1.21-forge",
"1.21-neoforge",
"1.21-fabric",
"1.21.2-neoforge",
"1.21.2-fabric"
"1.21.3-neoforge",
"1.21.3-forge",
"1.21.3-fabric"
]
}
2 changes: 1 addition & 1 deletion versions/mainProject
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.21.2-fabric
1.21.3-fabric

0 comments on commit 0a8edcd

Please sign in to comment.