Skip to content

Commit

Permalink
Updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
HexagonNico committed Jan 12, 2024
1 parent d1de9e9 commit 2c25d9c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,25 @@ jobs:
environment: production
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Publish Maven Central
run: ./gradlew build sign publish
publishCurseForge:
needs: setup
environment: production
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Publish CurseForge
run: ./gradlew publishCurseForge
publishModrinth:
needs: setup
environment: production
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Publish Modrinth
run: ./gradlew modrinth

0 comments on commit 2c25d9c

Please sign in to comment.