There was an error while loading. Please reload this page.
1 parent e9f64db commit c6810e5Copy full SHA for c6810e5
1 file changed
.github/workflows/prod-release.yml
@@ -68,9 +68,6 @@ jobs:
68
gh auth setup-git
69
70
- 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.
74
env:
75
BRANCH: ${{ github.ref_name }}
76
VERSION_BUMP: ${{ github.event.inputs.version_bump }}
@@ -104,8 +101,7 @@ jobs:
104
101
runs-on: ubuntu-latest
105
102
needs: [pre-release-ci, version]
106
103
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.
+ # Include the version-bump commit the version job pushed
109
- uses: actions/checkout@v4
110
with:
111
ref: ${{ github.ref_name }}
0 commit comments