We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bf7ff6 commit 143c8abCopy full SHA for 143c8ab
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
31
- name: Make Release
32
run: |
33
- make release VERSION=${{ github.ref_name }} MINECRAFT=${{ steps.split.outputs.fragment }} MODRINTH_TOKEN=${{ secrets.MODRINTH_TOKEN }}
+ make upload-modrinth VERSION=${{ github.ref_name }} MINECRAFT=${{ steps.split.outputs.fragment }} MODRINTH_TOKEN=${{ secrets.MODRINTH_TOKEN }}
34
35
- name: Create release
36
id: create_release
0 commit comments