Skip to content

Commit

Permalink
Update tag.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tr7zw committed Dec 11, 2023
1 parent d7ff769 commit 1ec71ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
name: ${{github.ref_name}} - NeoForge
version-type: beta
files: '*Neo/build/libs/!(*-@(dev|sources|javadoc|all)).jar'
game-versions: >=1.20.3 <=1.20.4
game-versions: '>=1.20.3 <=1.20.4'
- name: Publish-Neo-Modrinth
uses: Kir-Antipov/[email protected]
with:
Expand All @@ -41,7 +41,7 @@ jobs:
loaders: neoforge
name: ${{github.ref_name}} - NeoForge
files: '*Neo/build/libs/!(*-@(dev|sources|javadoc|all)).jar'
game-versions: >=1.20.3 <=1.20.4
game-versions: '>=1.20.3 <=1.20.4'
- name: Publish-Fabric
uses: Kir-Antipov/[email protected]
with:
Expand All @@ -52,4 +52,4 @@ jobs:
loaders: fabric
name: ${{github.ref_name}} - Fabric
files: '*Fabric/build/libs/!(*-@(dev|sources|javadoc|all)).jar'
game-versions: >=1.20.3 <=1.20.4
game-versions: '>=1.20.3 <=1.20.4'

0 comments on commit 1ec71ee

Please sign in to comment.