Skip to content

Commit c8f1d45

Browse files
committed
ST6RI-946 Changed Maven install back to deploy in maven-publish.
1 parent 6e29c50 commit c8f1d45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
release_version=$(sed -n 's:.*<revision>\(.*\)</revision>.*:\1:p' pom.xml | head -n 1 | sed 's/-SNAPSHOT$//')
3434
echo "RELEASE_VERSION=${release_version}" >> "$GITHUB_ENV"
3535
- name: Publish to Github Packages
36-
run: ./mvnw -B clean install -DskipTests=true -Drevision=${{ env.RELEASE_VERSION }}
36+
run: ./mvnw -B clean deploy -DskipTests=true -Drevision=${{ env.RELEASE_VERSION }}
3737
env:
3838
GITHUB_TOKEN: ${{ github.token }} # GITHUB_TOKEN is the default env for the password
3939
- name: Upload SysML Library .kpar files

0 commit comments

Comments
 (0)