Skip to content

Commit

Permalink
trigger cli release for release-cli* branch pattern
Browse files Browse the repository at this point in the history
Signed-off-by: tvallin <thibault.vallin@oracle.com>
  • Loading branch information
tvallin committed Jan 30, 2025
1 parent 9fc5dd3 commit f7d8700
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
artifact-path: target/nexus-staging/
run: etc/scripts/release.sh release_build
release-cli:
if: ${{ startsWith(github.ref_name, 'release-cli') }}
needs: release
uses: ./.github/workflows/release-cli.yml
with:
Expand Down

0 comments on commit f7d8700

Please sign in to comment.