Skip to content

Commit

Permalink
dont publish quilt for now
Browse files Browse the repository at this point in the history
  • Loading branch information
UpcraftLP committed Jun 7, 2024
1 parent 61d884c commit 3b51bb5
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,17 +72,17 @@ jobs:
files: |
NeoForge/build/libs/!(*-@(dev|sources|javadoc|slim)).jar
NeoForge/build/libs/*-@(sources|javadoc).jar
- name: Publish (Quilt)
id: publish_quilt
uses: Kir-Antipov/mc-publish@423b200ec84e6eefad726549c72513d7a9b4c2c0 # (new) v3.3
with:
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
version: ${{ github.ref_name }}+Quilt
version-type: beta
files: |
Quilt/build/libs/!(*-@(dev|sources|javadoc|slim)).jar
Quilt/build/libs/*-@(sources|javadoc).jar
# - name: Publish (Quilt)
# id: publish_quilt
# uses: Kir-Antipov/mc-publish@423b200ec84e6eefad726549c72513d7a9b4c2c0 # (new) v3.3
# with:
# modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
# curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
# version: ${{ github.ref_name }}+Quilt
# version-type: beta
# files: |
# Quilt/build/libs/!(*-@(dev|sources|javadoc|slim)).jar
# Quilt/build/libs/*-@(sources|javadoc).jar
- name: Notify Discord
uses: Up-Mods/action-discord-release@main
with:
Expand Down

0 comments on commit 3b51bb5

Please sign in to comment.