There was an error while loading. Please reload this page.
1 parent 2a8e96c commit 7d65001Copy full SHA for 7d65001
1 file changed
.github/workflows/maven-publish.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Remove -snapshot from version
29
run: ./mvnw -B versions:set -DremoveSnapshot=true
30
- name: Publish to Github Packages
31
- run: ./mvnw -B deploy -DskipTests=true
+ run: ./mvnw -B deploy
32
env:
33
GITHUB_TOKEN: ${{ github.token }} # GITHUB_TOKEN is the default env for the password
34
- name: Upload SysML Library .kpar files
0 commit comments