Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyWooo committed Sep 27, 2024
1 parent 5cd5a00 commit 17bf53d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,10 @@ jobs:
# seems to be the only way to achieve this
needs:
- set-release-type
- build-parachain-runtime
- build-parachain-client
if: |
!failure() &&
(success('build-parachain-runtime'))
(success('build-parachain-client'))
steps:
- name: Checkout codes on ${{ env.RELEASE_TAG }}
uses: actions/checkout@v4
Expand Down

0 comments on commit 17bf53d

Please sign in to comment.