Skip to content

Commit ea1f136

Browse files
committed
Remove release-version-bumps
1 parent 752625b commit ea1f136

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/release-proposal-dispatch.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -241,10 +241,7 @@ jobs:
241241
fi
242242
fi
243243
done
244-
245-
- name: Release version bumps
246-
id: release-version-bumps
247-
run: |
244+
248245
echo "Release version bumps..."
249246
250247
# After creating and pushing the proposal branch, tag/merge-base resolution can fail
@@ -264,8 +261,6 @@ jobs:
264261
ORIGINAL_HEAD=$(cat /tmp/release_head_sha)
265262
echo "ORIGINAL_HEAD: $ORIGINAL_HEAD"
266263
267-
BRANCH_NAME="${{ steps.proposal-branch.outputs.branch_name }}"
268-
269264
# iterate over the commits and execute cargo release for each crate
270265
jq -c '.[]' /tmp/commits-by-crate.json | while read -r crate; do
271266
NAME=$(echo "$crate" | jq -r '.name')

0 commit comments

Comments
 (0)