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 124e245 commit 16c74abCopy full SHA for 16c74ab
.github/workflows/publish-npm.yml
@@ -57,11 +57,3 @@ jobs:
57
run: npm publish --access public
58
env:
59
NODE_AUTH_TOKEN: ${{ env.NPM_TOKEN }}
60
-
61
- - name: Setup .npmrc file for GitHub Packages
62
- if: steps.version_check.outputs.changed == 'true'
63
- uses: actions/setup-node@v4
64
- with:
65
- node-version: "20"
66
- registry-url: "https://npm.pkg.github.com"
67
- scope: "@grafana"
0 commit comments