We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 752625b commit ea1f136Copy full SHA for ea1f136
.github/workflows/release-proposal-dispatch.yml
@@ -241,10 +241,7 @@ jobs:
241
fi
242
243
done
244
-
245
- - name: Release version bumps
246
- id: release-version-bumps
247
- run: |
+
248
echo "Release version bumps..."
249
250
# After creating and pushing the proposal branch, tag/merge-base resolution can fail
@@ -264,8 +261,6 @@ jobs:
264
261
ORIGINAL_HEAD=$(cat /tmp/release_head_sha)
265
262
echo "ORIGINAL_HEAD: $ORIGINAL_HEAD"
266
263
267
- BRANCH_NAME="${{ steps.proposal-branch.outputs.branch_name }}"
268
269
# iterate over the commits and execute cargo release for each crate
270
jq -c '.[]' /tmp/commits-by-crate.json | while read -r crate; do
271
NAME=$(echo "$crate" | jq -r '.name')
0 commit comments