Skip to content

Commit

Permalink
TO REMOVE point to the current branch
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval committed Sep 18, 2023
1 parent 5b0acdc commit 7531de1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/actions/check-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runs:
# Install Jupyter Releaser from git unless we are testing Releaser itself
if ! command -v jupyter-releaser &> /dev/null
then
pip install -q git+https://github.com/jupyter-server/jupyter_releaser.git@v2
pip install -q git+https://github.com/fcollonval/jupyter_releaser.git@enh/allow-silent-release
fi
- id: prep-release
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/finalize-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ runs:
# Install Jupyter Releaser from git unless we are testing Releaser itself
if ! command -v jupyter-releaser &> /dev/null
then
pip install -q git+https://github.com/jupyter-server/jupyter_releaser.git@v2
pip install -q git+https://github.com/fcollonval/jupyter_releaser.git@enh/allow-silent-release
fi
- id: finalize-release
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/install-releaser/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ runs:
# Install Jupyter Releaser from git unless we are testing Releaser itself
if ! command -v jupyter-releaser &> /dev/null
then
pip install -q git+https://github.com/jupyter-server/jupyter_releaser.git@v2
pip install -q git+https://github.com/fcollonval/jupyter_releaser.git@enh/allow-silent-release
fi
2 changes: 1 addition & 1 deletion .github/actions/populate-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ runs:
# Install Jupyter Releaser from git unless we are testing Releaser itself
if ! command -v jupyter-releaser &> /dev/null
then
pip install -q git+https://github.com/jupyter-server/jupyter_releaser.git@v2
pip install -q git+https://github.com/fcollonval/jupyter_releaser.git@enh/allow-silent-release
fi
- id: populate-release
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/prep-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ runs:
# Install Jupyter Releaser from git unless we are testing Releaser itself
if ! command -v jupyter-releaser &> /dev/null
then
pip install -q git+https://github.com/jupyter-server/jupyter_releaser.git@v2
pip install -q git+https://github.com/fcollonval/jupyter_releaser.git@enh/allow-silent-release
fi
- id: prep-release
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/publish-changelog/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
# Install Jupyter Releaser from git unless we are testing Releaser itself
if ! command -v jupyter-releaser &> /dev/null
then
pip install -q git+https://github.com/jupyter-server/jupyter_releaser.git@v2
pip install -q git+https://github.com/fcollonval/jupyter_releaser.git@enh/allow-silent-release
fi
- id: publish-changelog
Expand Down

0 comments on commit 7531de1

Please sign in to comment.