Update gradle-publish.yml

This commit is contained in:
p2vman 2025-01-30 20:11:29 +02:00 committed by GitHub
parent 51d5d411ed
commit f11f76069a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

View File

@ -37,8 +37,8 @@ jobs:
# The USERNAME and TOKEN need to correspond to the credentials environment variables used in # The USERNAME and TOKEN need to correspond to the credentials environment variables used in
# the publishing section of your build.gradle # the publishing section of your build.gradle
- name: Publish to GitHub Packages #- name: Publish to GitHub Packages
run: ./gradlew publish # run: ./gradlew publish
env: # env:
USERNAME: ${{ github.actor }} # USERNAME: ${{ github.actor }}
TOKEN: ${{ secrets.GITHUB_TOKEN }} # TOKEN: ${{ secrets.GITHUB_TOKEN }}