Skip to content

Commit

Permalink
chore: Update publish-curseforge.yml
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
bconlon1 authored Sep 17, 2023
1 parent ee5272a commit 9ffa2cc
Showing 1 changed file with 2 additions and 2 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

0 comments on commit 9ffa2cc

Please sign in to comment.