Skip to content

Commit

Permalink
fix more
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyWooo committed Sep 27, 2024
1 parent 68dc250 commit f122ba7
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 @@ -127,10 +127,10 @@ jobs:
!failure() &&
(success('build-parachain-client'))
steps:
- name: Checkout codes on ${{ env.RELEASE_TAG }}
- name: Checkout codes on try-again-create-release
uses: actions/checkout@v4
with:
ref: ${{ env.RELEASE_TAG }}
ref: try-again-create-release
fetch-depth: 0

- name: Download all artefacts
Expand Down

0 comments on commit f122ba7

Please sign in to comment.