From dfda24b4e8cdc019d1fbf03a9a3b255466f19b92 Mon Sep 17 00:00:00 2001 From: rzadp Date: Thu, 4 Apr 2024 13:09:24 +0200 Subject: [PATCH] treat the pkg as other --- .github/workflows/publish-templates.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/publish-templates.yml b/.github/workflows/publish-templates.yml index c76d1b3a7acdd..29d192ad5e552 100644 --- a/.github/workflows/publish-templates.yml +++ b/.github/workflows/publish-templates.yml @@ -42,9 +42,6 @@ jobs: set -euo pipefail # Use released creates, instead of git references. find . -type f -name 'Cargo.toml' -exec psvm -o -v ${{ env.polkadot-release-version }} -p {} \; - - # frame/polkadot-sdk-frame is not a part of release yet, treat it manually. - find . -type f -name 'Cargo.toml' -exec sed -i -E "s/package = \"frame\", path = .*\/substrate\/frame\", //g" {} \; # Set the Rust edition. rust_edition=$(cat ../../Cargo.toml | grep "edition =")