Skip to content

Commit 5a8559f

Browse files
authored
Fix snapshot deployment (#504)
* Fix snapshot build * Adapt settings for snapshot deployment --------- Co-authored-by: Tobias Koch <[email protected]>
1 parent a8b4d5e commit 5a8559f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nexus-publish-snapshots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: VAADIN_OFFLINE_KEY=${{ secrets.VAADIN_SERVER_23_2 }} mvn -B package -Pproduction -Dvaadin.force.production.build=true --file pom.xml
4343

4444
- name: Publish artefact to QBiC Nexus Repository
45-
run: mvn --settings $GITHUB_WORKSPACE/.github.settings.xml deploy
45+
run: VAADIN_OFFLINE_KEY=${{ secrets.VAADIN_SERVER_23_2 }} mvn --quiet --settings $GITHUB_WORKSPACE/.github.settings.xml -Pproduction -Dvaadin.force.production.build=true deploy
4646
env:
4747
MAVEN_REPO_USERNAME: ${{ secrets.NEXUS_USERNAME }}
4848
MAVEN_REPO_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}

0 commit comments

Comments
 (0)