mirror of
https://github.com/FalsePattern/fpgradle-workflows.git
synced 2025-04-20 14:32:28 +02:00
split cf and modrinth publish
This commit is contained in:
parent
f40e00f705
commit
a9450bf081
1 changed files with 8 additions and 3 deletions
11
.github/workflows/release-tags.yml
vendored
11
.github/workflows/release-tags.yml
vendored
|
@ -95,9 +95,14 @@ jobs:
|
|||
MAVEN_DEPLOY_PASSWORD: ${{ secrets.MAVEN_DEPLOY_PASSWORD }}
|
||||
if: ${{ env.MAVEN_DEPLOY_USER != '' }}
|
||||
|
||||
- name: Publish to Modrinth and CurseForge
|
||||
run: ./gradlew --build-cache assemble curseforge modrinth -x test
|
||||
- name: Publish to CurseForge
|
||||
run: ./gradlew --build-cache assemble curseforge -x test
|
||||
continue-on-error: true
|
||||
env:
|
||||
CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_TOKEN }}
|
||||
|
||||
- name: Publish to Modrinth
|
||||
run: ./gradlew --build-cache assemble modrinth -x test
|
||||
continue-on-error: true
|
||||
env:
|
||||
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
|
||||
CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_TOKEN }}
|
||||
|
|
Loading…
Add table
Reference in a new issue