We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e4e10f + b23af16 commit 548381fCopy full SHA for 548381f
.github/workflows/buildRelease.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Build with Gradle
20
run: ./gradlew build -Pversion="${{ github.ref_name }}"
21
- name: Publish
22
- uses: Kier-Antipov/mc-publish@v3.0
+ uses: Kir-Antipov/mc-publish@v3.0
23
with:
24
version-type: release
25
@@ -29,4 +29,4 @@ jobs:
29
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
30
31
modrinth-id: p8EuQNR0
32
- modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
+ modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
0 commit comments