File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 2828 ~/.gradle/wrapper
2929 key : ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
3030
31- - name : Grant execute permission for Gradle wrapper
32- run : chmod +x ./gradlew
33-
3431 # CONFIGURATION REQUIRED:
3532 # The following step publishes to GitHub Packages using credentials.
3633 # No additional setup is needed as the project already has:
4542 # 1. Create a Personal Access Token (PAT) with 'write:packages' permission
4643 # 2. Add it as a repository secret (e.g., PACKAGES_TOKEN)
4744 # 3. Use that secret instead of GITHUB_TOKEN
48- #
4945 - name : Publish to GitHub Packages
5046 env :
5147 USERNAME : ${{ github.actor }} # GitHub username of the user/bot triggering the workflow
5248 TOKEN : ${{ secrets.GITHUB_TOKEN }} # GitHub token with packages:write permission
53- run : ./gradlew publish
49+ run : gradle publish
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ publishing {
5757 developer {
5858 id.set(" hossain-khan" )
5959 name.set(" Hossain Khan" )
60- email.set(" hossain @hossain.dev" )
60+ email.set(" eng @hossain.dev" )
6161 }
6262 }
6363
You can’t perform that action at this time.
0 commit comments