Skip to content

Commit 9b1eb7a

Browse files
committed
Fix typo in the draft release action
1 parent f54aa5b commit 9b1eb7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ runs:
4949
export RH_POST_VERSION_SPEC=${{ inputs.post_version_spec }}
5050
export RH_DRY_RUN=${{ inputs.dry_run }}
5151
export RH_SINCE=${{ inputs.since }}
52-
export RH_SINCE_LAST_STABLE=$${{ inputs.since_last_stable }}
52+
export RH_SINCE_LAST_STABLE=${{ inputs.since_last_stable }}
5353
5454
# Install Jupyter Releaser from git
5555
pip install -q git+https://github.com/jupyter-server/jupyter_releaser.git@v1

0 commit comments

Comments
 (0)