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 0fa3d8a commit 9d0c84eCopy full SHA for 9d0c84e
.github/workflows/release.yml
@@ -49,10 +49,6 @@ jobs:
49
git config --global user.email "coderic@coderic.org"
50
- name: Build package
51
run: mvn --batch-mode package --file pom.xml
52
- - name: Attest build provenance
53
- uses: actions/attest-build-provenance@v2
54
- with:
55
- subject-path: target/*.war
56
- name: Prepare package
57
run: mvn --batch-mode release:prepare -DtagNameFormat=@{project.version} --file pom.xml
58
- name: Deploy package
0 commit comments