We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29cc8b0 commit 2b7e4eaCopy full SHA for 2b7e4ea
.github/workflows/check-release.yml
@@ -68,10 +68,9 @@ jobs:
68
- name: Check Release
69
if: ${{ matrix.group == 'check_release' }}
70
uses: jupyter-server/jupyter_releaser/.github/actions/check-release@v1
71
- env:
72
- RH_VERSION_SPEC: next
73
with:
74
token: ${{ secrets.GITHUB_TOKEN }}
+ version_spec: next
75
76
- name: Run Link Check
77
if: ${{ matrix.group == 'link_check' }}
0 commit comments