Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Update the GHA srtool-actions to the latest version #6532

Merged
merged 1 commit into from
Jan 10, 2023
Merged
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
Update the GHA srtool-actions to the latest version
  • Loading branch information
chevdor committed Jan 10, 2023
commit 4d7151cb7d99e8b090b67f086a46949d3d603c41
3 changes: 1 addition & 2 deletions .github/workflows/release-30_publish-draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@ jobs:

- name: Build ${{ matrix.runtime }} runtime
id: srtool_build
uses: chevdor/srtool-actions@v0.5.0
uses: chevdor/srtool-actions@v0.6.0
with:
# This is the default with chevdor/srtool-actions@v0.3.0+ but we make it clear
image: paritytech/srtool
chain: ${{ matrix.runtime }}

Expand Down