Skip to content

Commit

Permalink
fix deploy workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Mitri <peter.mitri@rte-france.com>
  • Loading branch information
pet-mit committed Mar 25, 2024
1 parent 3d7e0a8 commit 000f83f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy_release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Deploy release

on:
release:
types:
- published
[push]

jobs:
deploy-release:
Expand All @@ -30,4 +28,5 @@ jobs:
gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}
nexus_username: ${{ secrets.NEXUS_USERNAME }}
nexus_password: ${{ secrets.NEXUS_PASSWORD }}
maven_profiles: release
maven_profiles: release
maven_args: -DskipCucumberTests=true

0 comments on commit 000f83f

Please sign in to comment.