Skip to content

Commit

Permalink
attempt to fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
PinkGoosik committed Jan 22, 2024
1 parent d72ff47 commit dbd9d2c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-curseforge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:

files: |
fabric/build/libs/!(*-@(dev|sources|javadoc)).jar
fabric/build/libs/*-@(sources).jar
fabric/build/libs/*-sources.jar
name: Winterly ${{ github.event.release.tag_name }}+fabric
version: ${{ github.event.release.tag_name }}+fabric

version-type: beta
version-type: release
loaders: |
fabric
quilt
Expand Down Expand Up @@ -65,12 +65,12 @@ jobs:

files: |
neoforge/build/libs/!(*-@(dev|sources|javadoc)).jar
neoforge/build/libs/*-@(sources).jar
neoforge/build/libs/*-sources.jar
name: Winterly ${{ github.event.release.tag_name }}+neoforge
version: ${{ github.event.release.tag_name }}+neoforge

version-type: alpha
version-type: beta
loaders: |
neoforge
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/publish-modrinth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:

files: |
fabric/build/libs/!(*-@(dev|sources|javadoc)).jar
fabric/build/libs/*-@(sources).jar
fabric/build/libs/*-sources.jar
name: Winterly ${{ github.event.release.tag_name }}+fabric
version: ${{ github.event.release.tag_name }}+fabric

version-type: beta
version-type: release
loaders: |
fabric
quilt
Expand Down Expand Up @@ -65,12 +65,12 @@ jobs:

files: |
neoforge/build/libs/!(*-@(dev|sources|javadoc)).jar
neoforge/build/libs/*-@(sources).jar
neoforge/build/libs/*-sources.jar
name: Winterly ${{ github.event.release.tag_name }}+neoforge
version: ${{ github.event.release.tag_name }}+neoforge

version-type: beta
version-type: alpha
loaders: |
neoforge
Expand Down

0 comments on commit dbd9d2c

Please sign in to comment.