Skip to content

Commit 3560817

Browse files
committed
Pass version_spec in check-release
1 parent fd11496 commit 3560817

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ runs:
2222
dry_run: true
2323
token: ${{ inputs.token }}
2424
changelog: ${{ inputs.changelog }}
25+
version_spec: ${{ env.RH_VERSION_SPEC }}
2526

2627
- name: draft-release
2728
uses: jupyter-server/jupyter_releaser/.github/actions/draft-release@v1
@@ -31,6 +32,7 @@ runs:
3132
dry_run: true
3233
token: ${{ inputs.token }}
3334
changelog: ${{ inputs.changelog }}
35+
version_spec: ${{ env.RH_VERSION_SPEC }}
3436

3537
- name: publish-release
3638
uses: jupyter-server/jupyter_releaser/.github/actions/publish-release@v1

0 commit comments

Comments
 (0)