Skip to content

Commit

Permalink
Update release.yml to fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebemish authored Sep 18, 2023
1 parent fe030c7 commit 8e757d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ jobs:
SONATYPE_PASSWORD: ${{ secrets.CENTRAL_MAVEN_PASSWORD }}
SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}
SIGNING_PASSWORD: ${{ secrets.GPG_KEY_PASSWORD }}
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_TOKEN }}
MODRINTH_TOKEN: ${{ secrets.MODRINTH_KEY }}
CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_KEY }}

0 comments on commit 8e757d9

Please sign in to comment.