Skip to content

Commit f134881

Browse files
[Release|CI/CD] Bump Zepter version in post crates action (#10885)
Resolving following error lines: https://github.com/paritytech/polkadot-sdk/actions/runs/21254581447/job/61165383938#step:17:15 --------- Co-authored-by: Egor_P <[email protected]>
1 parent 5a27459 commit f134881

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/release-60_post-crates-release-activities.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,10 @@ jobs:
200200
# Show git diff to see what changed
201201
git diff --stat
202202
203+
- name: Install newer Zepter
204+
run: |
205+
cargo install [email protected] --locked -q && zepter --version
206+
203207
- name: Run Zepter - check issues
204208
run: |
205209
echo "Running zepter run check to identify issues..."
@@ -296,9 +300,6 @@ jobs:
296300
BASE_RELEASE="$FULL_RELEASE"
297301
fi
298302
299-
BASE_RELEASE_UPPER=$(echo "$BASE_RELEASE" | tr '[:lower:]' '[:upper:]')
300-
echo "Base release branch (upper): $BASE_RELEASE_UPPER"
301-
302303
# Check if PR already exists
303304
EXISTING_PR=$(gh pr list --head "$BRANCH_NAME" --base "$BASE_RELEASE" --json number --jq '.[0].number')
304305
@@ -308,7 +309,7 @@ jobs:
308309
else
309310
echo "Creating PR from $BRANCH_NAME to $BASE_RELEASE..."
310311
gh pr create \
311-
--title "[${BASE_RELEASE_UPPER}] Post crates release activities for $FULL_RELEASE" \
312+
--title "[${BASE_RELEASE}] Post crates release activities for $FULL_RELEASE" \
312313
--body "Automated PR containing post-crates-release activities:
313314
- NODE_VERSION bumps (if selected)
314315
- Path dependencies replacement

0 commit comments

Comments
 (0)