From cc5f68187d73d3c53b0446a4aef441adf9c29bf2 Mon Sep 17 00:00:00 2001 From: Yang Date: Mon, 2 Sep 2024 03:54:37 +0000 Subject: [PATCH] try out rustc 1.74.0 --- .github/workflows/create-release-draft.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/create-release-draft.yml b/.github/workflows/create-release-draft.yml index a006c124d8..58fb0ad2b1 100644 --- a/.github/workflows/create-release-draft.yml +++ b/.github/workflows/create-release-draft.yml @@ -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 @@ -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: | @@ -304,7 +304,7 @@ jobs: matrix: chain: - litentry - name: ${{ matrix.chain }} + name: ts-tests-${{ matrix.chain }} steps: - name: Checkout codes uses: actions/checkout@v4