Skip to content

Commit 940b23a

Browse files
aligned release-process variables with other projects.
1 parent 4647809 commit 940b23a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
SANDEC_SIGNING_KEY_ID: ${{secrets.SANDEC_SIGNING_KEY_ID}}
1313
SANDEC_SIGNING_SECRET_KEY: ${{secrets.SANDEC_SIGNING_SECRET_KEY}}
1414
SANDEC_SIGNING_PASSWORD: ${{secrets.SANDEC_SIGNING_PASSWORD}}
15-
SANDEC_SONATYPE_AUTH_TOKEN: ${{secrets.SANDEC_SONATYPE_AUTH_TOKEN}}
15+
MAVEN_CENTRAL_AUTH_TOKEN: ${{secrets.MAVEN_CENTRAL_AUTH_TOKEN}}
1616

1717
jobs:
1818
release:

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ is no version bump and no bump-back — after the release, builds become `X.Y.(Z
3333

3434
- `SANDEC_ARTIFACTORY_USERNAME` / `SANDEC_ARTIFACTORY_PASSWORD`
3535
- `SANDEC_SIGNING_KEY_ID` / `SANDEC_SIGNING_SECRET_KEY` / `SANDEC_SIGNING_PASSWORD` — GPG
36-
- `SANDEC_SONATYPE_AUTH_TOKEN` — Sonatype Central Portal token
36+
- `MAVEN_CENTRAL_AUTH_TOKEN` — Sonatype Central Portal token
3737

3838
## Note on the first tag-derived release
3939

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,6 @@ signing {
123123

124124
mavenCentral {
125125
repoDir = layout.buildDirectory.dir('staging-deploy')
126-
authToken = System.getenv("SANDEC_SONATYPE_AUTH_TOKEN")
126+
authToken = System.getenv("MAVEN_CENTRAL_AUTH_TOKEN")
127127
publishingType = 'AUTOMATIC'
128128
}

0 commit comments

Comments
 (0)