Skip to content

Commit

Permalink
Fix publishing config
Browse files Browse the repository at this point in the history
  • Loading branch information
OlukaDenis committed Nov 12, 2024
1 parent 6b65985 commit ca216b1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,7 @@ jobs:
run: ./gradlew publish
env:
GITHUB_ACTOR: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
echo "Using actor: $GITHUB_ACTOR"
./gradlew publish --stacktrace

0 comments on commit ca216b1

Please sign in to comment.