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 83f81e8 commit 64fe2aaCopy full SHA for 64fe2aa
.github/workflows/publish-github.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Enforce project version ${{ github.event.release.tag_name }}
24
run: mvn versions:set -B -DnewVersion=${{ github.event.release.tag_name }}
25
- name: Deploy
26
- run: mvn deploy -B -DskipTests -Psign,deploy-github --no-transfer-progress
+ run: mvn deploy -B -DskipTests -Psign,deploy-github -e --no-transfer-progress
27
env:
28
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29
GITHUB_TOKEN_REF: ${{ secrets.GH_PACKAGE_REGISTRY_PAT }}
0 commit comments