Skip to content

Commit

Permalink
other(CI): do not execute maven release job if it is an RC release
Browse files Browse the repository at this point in the history
  • Loading branch information
mathias-vandaele committed Feb 17, 2025
1 parent 626e6f4 commit aa8b3e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/RELEASE.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
include-hidden-files: 'true'

maven-release:
if: "! contains(github.event.release.tag_name, 'rc')"
needs: setup
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -333,6 +334,7 @@ jobs:
# https://github.com/actions/checkout/issues/13#issuecomment-724415212
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config core.filemode false
- name: Commit and tag
run: |
Expand Down

0 comments on commit aa8b3e9

Please sign in to comment.