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.
2 parents d9296b3 + 3635af3 commit 1ef0ebcCopy full SHA for 1ef0ebc
.github/actions/check-release/action.yml
@@ -37,6 +37,9 @@ runs:
37
# Install Jupyter Releaser from git unless we are testing Releaser itself
38
export repo_name=$(echo ${GITHUB_REPOSITORY} | cut -d'/' -f 2)
39
echo "repo name: ${repo_name}"
40
+ if [ ${repo_name} != "jupyter_releaser" ]; then
41
+ pip install git+https://github.com/jupyter-server/jupyter_releaser.git
42
+ fi
43
44
# Draft Changelog
45
python -m jupyter_releaser.actions.draft_changelog
0 commit comments