Skip to content

Commit

Permalink
add beta support to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
andi-makes committed Apr 27, 2024
1 parent 55965ef commit 238359d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
curseforge-id: 986380
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
files: fabric/build/libs/lighty-fabric-*([0-9]?(.))?(-alpha.*[0-9])\+*([0-9wa]?(.))?(-pre*[0-9]).jar
files: fabric/build/libs/lighty-fabric-*([0-9]?(.))?(-@(alpha|beta).*[0-9])\+*([0-9wa]?(.))?(-pre*[0-9]).jar
fail-mode: warn
- name: Publish Neoforge
uses: Kir-Antipov/mc-publish@v3.3
Expand All @@ -39,5 +39,5 @@ jobs:
curseforge-id: 986380
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
files: neoforge/build/libs/lighty-neoforge-*([0-9]?(.))?(-alpha.*[0-9])\+*([0-9wa]?(.))?(-pre*[0-9]).jar
files: neoforge/build/libs/lighty-neoforge-*([0-9]?(.))?(-@(alpha|beta).*[0-9])\+*([0-9wa]?(.))?(-pre*[0-9]).jar
fail-mode: warn

0 comments on commit 238359d

Please sign in to comment.