Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update rustc version to 1.74.0 in create-release-draft #3033

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.73.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