Skip to content

Commit e793480

Browse files
committed
Laster ned pakker med READER_TOKEN før deploy
1 parent 50fd893 commit e793480

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release-kontrakt.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ jobs:
1616
distribution: 'temurin'
1717
java-version: '17'
1818
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 }}
1926
- name: Publish artifacts
2027
shell: bash
2128
run: |

0 commit comments

Comments
 (0)