Skip to content

Commit f63267e

Browse files
committed
set publish url to github url
1 parent 2fd6ec7 commit f63267e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
env:
6767
MAVEN_PUBLISH_USERNAME: ${{ secrets.GITHUB_ACTOR }}
6868
MAVEN_PUBLISH_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
69-
MAVEN_PUBLISH_URL: ${{ secrets.MAVEN_PUBLISH_SNAPSHOT_URL }}
69+
MAVEN_PUBLISH_URL: 'https://maven.pkg.github.com/longwa/build-test-data'
7070
GRAILS_PUBLISH_RELEASE: "false"
7171
working-directory: ./plugin
7272
run: ../gradlew publish

0 commit comments

Comments
 (0)