Skip to content

Commit 0c549c7

Browse files
committed
wrong github package address
1 parent 52456f6 commit 0c549c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
settings-path: ${{ github.workspace }} # location for the settings.xml file
2222

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

2626
- name: Build with Gradle
2727
run: ./gradlew s2:build

s2/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ publishing {
8585
repositories {
8686
maven {
8787
name = "GitHubPackages"
88-
url = uri("https://maven.pkg.github.com/twelvehart/s2-java-sdk")
88+
url = uri("https://maven.pkg.github.com/ASRagab/s2-java-sdk")
8989
credentials {
9090
username = System.getenv("GH_ACTOR")
9191
password = System.getenv("GH_TOKEN")

0 commit comments

Comments
 (0)