Skip to content

Commit c6810e5

Browse files
author
Lucas McDonald
committed
chore(ci): trim slop comments
1 parent e9f64db commit c6810e5

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/prod-release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,6 @@ jobs:
6868
gh auth setup-git
6969
7070
- name: Configure git
71-
# Release the branch the workflow was dispatched from. The reusable
72-
# shared-ci workflow's test matrix is read from this same ref, so the
73-
# branch being released must be the ref the workflow runs on.
7471
env:
7572
BRANCH: ${{ github.ref_name }}
7673
VERSION_BUMP: ${{ github.event.inputs.version_bump }}
@@ -104,8 +101,7 @@ jobs:
104101
runs-on: ubuntu-latest
105102
needs: [pre-release-ci, version]
106103
steps:
107-
# Check out by branch name (not the triggering SHA) so we pick up the
108-
# version-bump commit the `version` job just pushed to this branch.
104+
# Include the version-bump commit the version job pushed
109105
- uses: actions/checkout@v4
110106
with:
111107
ref: ${{ github.ref_name }}

0 commit comments

Comments
 (0)