Skip to content

Commit

Permalink
treat the pkg as other
Browse files Browse the repository at this point in the history
  • Loading branch information
rzadp committed Apr 4, 2024
1 parent a6f46af commit dfda24b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish-templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 =")
Expand Down

0 comments on commit dfda24b

Please sign in to comment.