Skip to content

Commit 5c42c18

Browse files
authored
Fix package version target (#514)
1 parent 15ff2ef commit 5c42c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/finalize-release/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ runs:
3838
# Install Jupyter Releaser from git unless we are testing Releaser itself
3939
if ! command -v jupyter-releaser &> /dev/null
4040
then
41-
pip install -q git+https://github.com/jupyter-server/jupyter_releaser.git@v1
41+
pip install -q git+https://github.com/jupyter-server/jupyter_releaser.git@v2
4242
fi
4343
4444
- id: finalize-release

0 commit comments

Comments
 (0)