Skip to content

Commit 18c2703

Browse files
authored
pass run-id to build-docs
1 parent 821b31c commit 18c2703

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ on:
3232
options:
3333
- testpypi
3434
- pypi
35-
#print_tags:
36-
# description: 'True to print to STDOUT'
37-
# required: true
38-
# type: boolean
3935

4036
defaults:
4137
run:
@@ -92,6 +88,7 @@ jobs:
9288
build-ctk-ver: ${{ inputs.build-ctk-ver }}
9389
component: ${{ inputs.component }}
9490
git-tag: ${{ inputs.git-tag }}
91+
run-id: ${{ inputs.run-id }}
9592
is-release: true
9693

9794
upload-archive:

0 commit comments

Comments
 (0)