Skip to content

Commit 64fe2aa

Browse files
committed
Sign fails
1 parent 83f81e8 commit 64fe2aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Enforce project version ${{ github.event.release.tag_name }}
2424
run: mvn versions:set -B -DnewVersion=${{ github.event.release.tag_name }}
2525
- name: Deploy
26-
run: mvn deploy -B -DskipTests -Psign,deploy-github --no-transfer-progress
26+
run: mvn deploy -B -DskipTests -Psign,deploy-github -e --no-transfer-progress
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
GITHUB_TOKEN_REF: ${{ secrets.GH_PACKAGE_REGISTRY_PAT }}

0 commit comments

Comments
 (0)