Skip to content

Commit 2252139

Browse files
committed
chore: update workflow scripts
1 parent e686293 commit 2252139

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build-main.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,7 @@ jobs:
7676
cache-dependency-path: '**/package-lock.json'
7777

7878
- name: Publish SNAPSHOT version to GitHub Packages (we can skip tests, since we only deploy, if the build workflow succeeded)
79-
run: ./mvnw -B deploy --no-transfer-progress -P central-deploy -DskipTests
80-
env:
81-
MAVEN_USERNAME: ${{ secrets.OSS_SONATYPE_USERNAME }}
82-
MAVEN_PASSWORD: ${{ secrets.OSS_SONATYPE_PASSWORD }}
83-
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
79+
run: ./mvnw -B deploy --no-transfer-progress -DskipTests
8480

8581
- name: Extract Maven project version for Asciidoc GitHub Pages directory naming
8682
run: echo ::set-output name=version::$(./mvnw -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec)

0 commit comments

Comments
 (0)