Skip to content

Commit 00b0771

Browse files
author
Steven Silvester
authored
Merge pull request #157 from jtpio/typo
Fix typo in the draft release action
2 parents f54aa5b + 9b1eb7a commit 00b0771

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)