We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 712caff commit d9591f2Copy full SHA for d9591f2
.github/workflows/publish-npm.yml
@@ -62,7 +62,7 @@ jobs:
62
63
- name: Publish package to NPM
64
if: steps.version_check.outputs.changed == 'true'
65
- run: npm publish --access public --scope grafana
+ run: npm publish --access public
66
67
- name: Setup .npmrc file for GitHub Packages
68
0 commit comments