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.
1 parent f54aa5b commit 9b1eb7aCopy full SHA for 9b1eb7a
.github/actions/draft-release/action.yml
@@ -49,7 +49,7 @@ runs:
49
export RH_POST_VERSION_SPEC=${{ inputs.post_version_spec }}
50
export RH_DRY_RUN=${{ inputs.dry_run }}
51
export RH_SINCE=${{ inputs.since }}
52
- export RH_SINCE_LAST_STABLE=$${{ inputs.since_last_stable }}
+ export RH_SINCE_LAST_STABLE=${{ inputs.since_last_stable }}
53
54
# Install Jupyter Releaser from git
55
pip install -q git+https://github.com/jupyter-server/jupyter_releaser.git@v1
0 commit comments