Skip to content

Commit

Permalink
Making fix to run command
Browse files Browse the repository at this point in the history
  • Loading branch information
aiSSEMBLE Team committed Sep 12, 2024
1 parent c63f843 commit 42df5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
- name: Release aiSSEMBLE
run: |
git branch
./mvnw release:clean release:prepare release:perform -s $HOME/.m2/settings.xml -U -B -Pci,gh-build -DdryRun=true -DpushChanges=true -DreleaseVersion=${{ env.releaseVersion }} -DdevelopmentVersion=${{ env.developmentVersion }} [email protected] -DsignTag true -Dmaven.build.cache.enabled=false
./mvnw release:clean release:prepare release:perform -s $HOME/.m2/settings.xml -U -B -Pci,gh-build -DdryRun=true -DpushChanges=true -DreleaseVersion=${{ env.releaseVersion }} -DdevelopmentVersion=${{ env.developmentVersion }} [email protected] -DsignTag=true -Dmaven.build.cache.enabled=false
- name: Split version
id: split_version_development
uses: ./.github/actions/split_version
Expand Down

0 comments on commit 42df5de

Please sign in to comment.