Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePandaOliver committed Aug 23, 2024
2 parents da09706 + 8043cd3 commit 635921f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,13 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: '22'
distribution: 'adopt'
distribution: 'temurin'

- name: Setup Gradle
uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0

# The USERNAME and TOKEN need to correspond to the credentials environment variables used in
# the publishing section of your build.gradle

- name: Publish to GitHub Packages
run: ./gradlew publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_ACTOR: ${{ github.actor }}

0 comments on commit 635921f

Please sign in to comment.