Skip to content

Commit

Permalink
try out rustc 1.74.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyWooo committed Sep 2, 2024
1 parent e867026 commit cc5f681
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create-release-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
chain:
- rococo
- litentry
name: ${{ matrix.chain }}
name: runtime-${{ matrix.chain }}
steps:
- name: Checkout codes on ${{ env.RELEASE_TAG }}
uses: actions/checkout@v4
Expand All @@ -96,7 +96,7 @@ jobs:
with:
chain: ${{ matrix.chain }}-parachain
runtime_dir: runtime/${{ matrix.chain }}
tag: "1.78.0"
tag: "1.74.0"

- name: Summary
run: |
Expand Down Expand Up @@ -304,7 +304,7 @@ jobs:
matrix:
chain:
- litentry
name: ${{ matrix.chain }}
name: ts-tests-${{ matrix.chain }}
steps:
- name: Checkout codes
uses: actions/checkout@v4
Expand Down

0 comments on commit cc5f681

Please sign in to comment.