Skip to content

Commit 332b94f

Browse files
[CI] Only single qoutes allowed.
1 parent cd250aa commit 332b94f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383

8484
release:
8585
needs: cacheTarballs
86-
if: github.ref == "refs/heads/master"
86+
if: github.ref == 'refs/heads/master'
8787
runs-on: ubuntu-18.04
8888
steps:
8989
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)