Skip to content

Commit

Permalink
Update migration-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
manel-martos authored Apr 15, 2024
1 parent f5ac075 commit 0150cf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/migration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
build-flags: ${{needs.setup.outputs.MVN_BUILD_FLAGS}}
#deploy-flags: ${{needs.setup.outputs.MVN_DEPLOY_FLAGS}}
build-profiles: ${{needs.setup.outputs.RELEASE_MVN_DEPLOY_FILE_FLAGS}}
maven-settings: ${{$GITHUB_WORKSPACE/settings.xml}}
maven-settings: $GITHUB_WORKSPACE/settings.xml
env:
GPG_KEYNAME: ${{ secrets.GPG_KEYNAME }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
Expand All @@ -88,7 +88,7 @@ jobs:
build-flags: ${{needs.setup.outputs.MVN_BUILD_FLAGS}}
#deploy-flags: ${{needs.setup.outputs.MVN_DEPLOY_FLAGS}}
build-profiles: ${{needs.setup.outputs.SNAPSHOT_MVN_DEPLOY_FILE_FLAGS}}
maven-settings: ${{$GITHUB_WORKSPACE/settings.xml}}
maven-settings: $GITHUB_WORKSPACE/settings.xml
env:
GPG_KEYNAME: ${{ secrets.GPG_KEYNAME }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
Expand Down

0 comments on commit 0150cf7

Please sign in to comment.