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 6e29c50 commit c8f1d45Copy full SHA for c8f1d45
1 file changed
.github/workflows/maven-publish.yml
@@ -33,7 +33,7 @@ jobs:
33
release_version=$(sed -n 's:.*<revision>\(.*\)</revision>.*:\1:p' pom.xml | head -n 1 | sed 's/-SNAPSHOT$//')
34
echo "RELEASE_VERSION=${release_version}" >> "$GITHUB_ENV"
35
- name: Publish to Github Packages
36
- run: ./mvnw -B clean install -DskipTests=true -Drevision=${{ env.RELEASE_VERSION }}
+ run: ./mvnw -B clean deploy -DskipTests=true -Drevision=${{ env.RELEASE_VERSION }}
37
env:
38
GITHUB_TOKEN: ${{ github.token }} # GITHUB_TOKEN is the default env for the password
39
- name: Upload SysML Library .kpar files
0 commit comments