fix: single quote in npm-publish action

This commit is contained in:
Henry
2021-06-22 14:47:53 +01:00
parent 2b164a362f
commit fa9e8a47bf
+1 -1
View File
@@ -8,7 +8,7 @@ on:
jobs:
build:
if: github.repository == "DIYgod/RSSHub"
if: github.repository == 'DIYgod/RSSHub'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2