diff --git a/.github/workflows/deploy_release.yml b/.github/workflows/deploy_release.yml index 4fc7ff7396..51b97188c5 100644 --- a/.github/workflows/deploy_release.yml +++ b/.github/workflows/deploy_release.yml @@ -1,9 +1,7 @@ name: Deploy release on: - release: - types: - - published + [push] jobs: deploy-release: @@ -30,4 +28,5 @@ jobs: gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }} nexus_username: ${{ secrets.NEXUS_USERNAME }} nexus_password: ${{ secrets.NEXUS_PASSWORD }} - maven_profiles: release \ No newline at end of file + maven_profiles: release + maven_args: -DskipCucumberTests=true \ No newline at end of file