Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit c802a80

Browse files
authored
Merge pull request #254 from jtpio/check-release-spec
Pass version spec as a GitHub Actions input
2 parents 8c869b5 + 1f24bed commit c802a80

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
@@ -60,7 +60,6 @@ jobs:
6060
6161
- name: Check Release
6262
uses: jupyter-server/jupyter_releaser/.github/actions/check-release@v1
63-
env:
64-
RH_VERSION_SPEC: next
6563
with:
6664
token: ${{ secrets.GITHUB_TOKEN }}
65+
version_spec: next

0 commit comments

Comments
 (0)