Skip to content

Commit d9591f2

Browse files
committed
remove --scope flag as it does nothing here
1 parent 712caff commit d9591f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-npm.yml

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

6363
- name: Publish package to NPM
6464
if: steps.version_check.outputs.changed == 'true'
65-
run: npm publish --access public --scope grafana
65+
run: npm publish --access public
6666

6767
- name: Setup .npmrc file for GitHub Packages
6868
if: steps.version_check.outputs.changed == 'true'

0 commit comments

Comments
 (0)