Skip to content

Commit

Permalink
Merge pull request #1007 from jtpio/check-release-spec
Browse files Browse the repository at this point in the history
Pass version spec as a GitHub Actions input
  • Loading branch information
trungleduc authored Oct 20, 2021
2 parents 219bed7 + d6de5c2 commit 492a4a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 492a4a3

Please sign in to comment.