Skip to content

Commit 8a3b92d

Browse files
committed
fix: var type
1 parent 0f8a639 commit 8a3b92d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sub_release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
is_latest:
1818
required: false
1919
default: false
20-
type: bool
20+
type: boolean
2121

2222

2323
jobs:
@@ -42,6 +42,7 @@ jobs:
4242
name: Test
4343
run: |
4444
docker run --rm ${{ env.DOCKERHUB_REPO }}:${{ inputs.DOCKERHUB_TAG }} echo "TODO: ADD MCR TEST"
45+
4546
4647
# -
4748
# name: Upload artifact

0 commit comments

Comments
 (0)