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 50fd893 commit e793480Copy full SHA for e793480
.github/workflows/release-kontrakt.yml
@@ -16,6 +16,13 @@ jobs:
16
distribution: 'temurin'
17
java-version: '17'
18
cache: 'maven'
19
+ - name: Verify
20
+ shell: bash
21
+ run: |
22
+ mvn verify -e -B --file pom.xml --settings .github/settings.xml -DtrimStackTrace=false -Dtoken=${GITHUB_TOKEN}
23
+ env:
24
+ GITHUB_TOKEN: ${{ secrets.READEME_TOKEN }}
25
+ NEW_VERSION: ${{ github.event.release.tag_name }}
26
- name: Publish artifacts
27
shell: bash
28
run: |
0 commit comments