Skip to content

Commit

Permalink
🐛 fix messed up github history (#1287)
Browse files Browse the repository at this point in the history
Signed-off-by: Anathan (Ana) Ye <anaye@duck.com>
  • Loading branch information
anaye1997 authored Dec 28, 2023
1 parent 5c2d416 commit 74aeb00
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish_draft_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches: [manta, release-**]
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'
- 'v[0-9]+\.[0-9]+\.[0-9]+*'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
Expand Down Expand Up @@ -47,10 +47,10 @@ jobs:
srtool-target-${{ matrix.runtime.name }}
- name: build runtime
id: srtool-build
uses: chevdor/srtool-actions@v0.7.0
uses: chevdor/srtool-actions@v0.9.1
with:
image: paritytech/srtool
tag: 1.66.1
tag: 1.74.0
chain: ${{ matrix.runtime.name }}
- name: persist srtool digest
run: >
Expand Down Expand Up @@ -114,8 +114,8 @@ jobs:
rustup default stable
rustup update
rustup target add wasm32-unknown-unknown
rustup install 1.69.0
rustup target add wasm32-unknown-unknown --toolchain 1.69.0
rustup install 1.71.0
rustup target add wasm32-unknown-unknown --toolchain 1.71.0
- name: cache cargo
uses: Swatinem/rust-cache@v2
- name: build
Expand All @@ -127,7 +127,7 @@ jobs:
SCCACHE_DIR: ~/.cache/sccache
run: |
source ${HOME}/.cargo/env
RUSTC_BOOTSTRAP=1 cargo +1.69.0 build --profile production --verbose
RUSTC_BOOTSTRAP=1 cargo +1.71.0 build --profile production --verbose
- name: stop sccache server
run: sccache --stop-server || true
- if: always()
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/runtime_upgrade_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
srtool-target-${{ env.RUNTIME }}
- name: build runtime
id: srtool-build
uses: chevdor/srtool-actions@v0.7.0
uses: chevdor/srtool-actions@v0.9.1
with:
image: paritytech/srtool
tag: 1.66.1
tag: 1.74.0
chain: ${{ env.RUNTIME }}
- name: persist srtool digest
run: >
Expand Down

0 comments on commit 74aeb00

Please sign in to comment.