Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! Added new release GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
tg666 committed Oct 18, 2023
1 parent 626ba72 commit 9c3628a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release-package-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,9 @@ jobs:
runs-on: ubuntu-latest
needs:
- build
if: |
always() &&
needs.build.result == 'success'
steps:
- name: Dummy
run: |
Expand All @@ -166,6 +169,10 @@ jobs:
needs:
- merge
- prepare-release
if: |
always() &&
needs.merge.result == 'success' &&
needs.prepare-release.result == 'success'
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 9c3628a

Please sign in to comment.