Skip to content

Commit 2b7e4ea

Browse files
Backport PR jupyterlab#11322: Pass version spec as an input (jupyterlab#11324)
Co-authored-by: Jeremy Tuloup <[email protected]>
1 parent 29cc8b0 commit 2b7e4ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/check-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,9 @@ jobs:
6868
- name: Check Release
6969
if: ${{ matrix.group == 'check_release' }}
7070
uses: jupyter-server/jupyter_releaser/.github/actions/check-release@v1
71-
env:
72-
RH_VERSION_SPEC: next
7371
with:
7472
token: ${{ secrets.GITHUB_TOKEN }}
73+
version_spec: next
7574

7675
- name: Run Link Check
7776
if: ${{ matrix.group == 'link_check' }}

0 commit comments

Comments
 (0)