diff --git a/.github/workflows/check-release.yml b/.github/workflows/check-release.yml index 3ec06a12a..73ed390b6 100644 --- a/.github/workflows/check-release.yml +++ b/.github/workflows/check-release.yml @@ -59,10 +59,9 @@ jobs: - name: Check Release uses: jupyter-server/jupyter_releaser/.github/actions/check-release@v1 - env: - RH_VERSION_SPEC: next with: token: ${{ secrets.GITHUB_TOKEN }} + version_spec: next - name: Upload Distributions uses: actions/upload-artifact@v2