Skip to content

Commit

Permalink
ci: Fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
bconlon1 committed Sep 19, 2023
1 parent f31352d commit 8febc9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-curseforge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_TOKEN }}
run: |
if [ "${{ github.event.sender.login }}" = "OscarPayn" ] || [ "${{ github.event.sender.login }}" = "bconlon1" ]; then
gradle build
gradle curseforge
chmod +x ./gradlew
./gradlew curseforge
fi
4 changes: 2 additions & 2 deletions .github/workflows/publish-modrinth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
run: |
if [ "${{ github.event.sender.login }}" = "OscarPayn" ] || [ "${{ github.event.sender.login }}" = "bconlon1" ]; then
gradle build
gradle modrinth
chmod +x ./gradlew
./gradlew modrinth
fi

0 comments on commit 8febc9c

Please sign in to comment.