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 5f32ad1 commit 95efa90Copy full SHA for 95efa90
.github/workflows/Continuous.yml
@@ -35,6 +35,6 @@ jobs:
35
name: Package
36
path: staging
37
- name: Publish package
38
- run: mvn deploy --no-transfer-progress
+ run: mvn deploy -Dmaven.install.skip=true --no-transfer-progress
39
env:
40
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/Release.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Update version in pom.xml
21
run: mvn versions:set -DnewVersion=${{ github.event.release.tag_name }} -DgenerateBackupPoms=false
22
23
- run: mvn deploy -P publish --no-transfer-progress
+ run: mvn deploy -P publish -Dmaven.install.skip=true --no-transfer-progress
24
25
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
26
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
0 commit comments