Skip to content

Commit 2c98445

Browse files
authored
fix
1 parent ce8a358 commit 2c98445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
name: Build and publish to Maven Central 🔨
5252
runs-on: [self-hosted, Linux, X64]
5353
env:
54-
MAVEN_PROFILES: releaseSonatype
54+
MAVEN_PROFILES: release-to-sonatype
5555
MAVEN_ARGS: -Dmaven.test.skip=true
5656
outputs:
5757
pom_version: ${{ needs.bump.outputs.pom_version }}

0 commit comments

Comments
 (0)