Skip to content

Commit 1725e7a

Browse files
authored
Merge pull request #24 from hossain-khan/fixes
[MINOR] Workflow and tagging fixes
2 parents 4747a03 + 74c1101 commit 1725e7a

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/publish-github-packages.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ jobs:
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:
@@ -45,9 +42,8 @@ jobs:
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

lib/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)