Skip to content

Commit 867739f

Browse files
committed
Changed actions back to packages after merge #181
1 parent b35e305 commit 867739f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gradle/publish.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ apply plugin:"maven-publish"
22
publishing {
33
repositories {
44
maven {
5-
name 'Nexus'
6-
url "https://nexus.ala.org.au/content/repositories/${project.version.endsWith('-SNAPSHOT') ? 'snapshots' : 'releases' }"
5+
name 'GitHubPackages'
6+
url uri("https://maven.pkg.github.com/atlasoflivingaustralia/ecodata-client-plugin")
77
credentials {
8-
username = System.getenv('TRAVIS_DEPLOY_USERNAME')
9-
password = System.getenv('TRAVIS_DEPLOY_PASSWORD')
8+
username = System.getenv('GITHUB_ACTOR')
9+
password = System.getenv('GITHUB_TOKEN')
1010
}
1111
}
1212
}

0 commit comments

Comments
 (0)