Skip to content

Commit

Permalink
wrong github package address
Browse files Browse the repository at this point in the history
  • Loading branch information
ASRagab committed Dec 25, 2024
1 parent 52456f6 commit 0c549c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
settings-path: ${{ github.workspace }} # location for the settings.xml file

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

- name: Build with Gradle
run: ./gradlew s2:build
Expand Down
2 changes: 1 addition & 1 deletion s2/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ publishing {
repositories {
maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/twelvehart/s2-java-sdk")
url = uri("https://maven.pkg.github.com/ASRagab/s2-java-sdk")
credentials {
username = System.getenv("GH_ACTOR")
password = System.getenv("GH_TOKEN")
Expand Down

0 comments on commit 0c549c7

Please sign in to comment.