Skip to content

Commit 9eebaac

Browse files
authored
Converted single quotes to double quotes
1 parent 43029bd commit 9eebaac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-new-releases-to-gpr-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
node-version: 16
2929
registry-url: https://npm.pkg.github.com/
30-
scope: '@adamlui'
30+
scope: "@adamlui"
3131
- run: npm ci
3232
- run: npm publish
3333
env:

0 commit comments

Comments
 (0)