Skip to content

Commit

Permalink
fix(ci): fixed critical issue in publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
27rogi committed Feb 8, 2024
1 parent 1b195d3 commit 1ac2cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
curseforge-id: 633292
curseforge-token: ${{ secrets.CURSE_TOKEN }}
files-primary: build/libs/!(*-@(dev|sources|bundle|all)).jar
files: build/libs/!(*-@(dev|sources|bundle|all)).jar
version: ${{ github.ref_name }}
version-resolver: releases
loaders: |
Expand Down

0 comments on commit 1ac2cf7

Please sign in to comment.