Skip to content

Commit 07498db

Browse files
committed
fix: unquote runner value in github-release.yml
1 parent 47fdf62 commit 07498db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
inputs.node_tag != '' ||
118118
inputs.signer_tag != ''
119119
name: Docker Image (Binary)
120-
runs-on: 'ubuntu-latest'
120+
runs-on: ubuntu-latest
121121
needs:
122122
- build-binaries
123123
- create-release

0 commit comments

Comments
 (0)