Skip to content

Commit

Permalink
[ci skip] update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
plusls committed Jun 11, 2022
1 parent e833f74 commit 2910a6f
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,22 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}

files-primary: fabricWrapper/build/libs/!(*-@(dev|sources)).jar
files-secondary: ''
files-secondary: fabricWrapper/build/tmp/submods/META-INF/jars/!(*-@(dev|sources)).jar

name: ''

version-type: release
changelog: ${{ github.event.release.body }}

loaders: fabric
game-versions: "1.15.2\n1.16.5\n1.17.1\n1.18.2\n1.19"
game-versions: |
1.14.4
1.15.2
1.16.5
1.17.1
1.18.2
1.19
version-resolver: exact

retry-attempts: 3
Expand Down

0 comments on commit 2910a6f

Please sign in to comment.