We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ce2b98 commit 98cbde5Copy full SHA for 98cbde5
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Build and upload
32
uses: gradle/gradle-build-action@v2
33
with:
34
- arguments: build curseforge modrinth publish
+ arguments: build modrinth publish
35
env:
36
GITHUB_TOKEN: ${{ secrets.MAVEN_TOKEN }}
37
GITHUB_ACTOR: ${{ secrets.MAVEN_TOKEN_OWNER }}
0 commit comments