Skip to content

Commit

Permalink
chore: P4ADEV-1334 create GitHub action to publish (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedetta-fabbri authored Nov 6, 2024
2 parents c0d3e3b + 35f257d commit 3de9643
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Build and Publish with Gradle
run: ./gradlew clean build publish
# env:
# USERNAME: ${{ github.actor }}
# TOKEN: ${{ secrets.GITHUB_TOKEN }}
env:
USERNAME: ${{ github.actor }}
TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3de9643

Please sign in to comment.