We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce8a358 commit 2c98445Copy full SHA for 2c98445
.github/workflows/pipeline.yml
@@ -51,7 +51,7 @@ jobs:
51
name: Build and publish to Maven Central 🔨
52
runs-on: [self-hosted, Linux, X64]
53
env:
54
- MAVEN_PROFILES: releaseSonatype
+ MAVEN_PROFILES: release-to-sonatype
55
MAVEN_ARGS: -Dmaven.test.skip=true
56
outputs:
57
pom_version: ${{ needs.bump.outputs.pom_version }}
0 commit comments