Skip to content

Commit 16c74ab

Browse files
committed
remove setup for npmrc
1 parent 124e245 commit 16c74ab

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/publish-npm.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,3 @@ jobs:
5757
run: npm publish --access public
5858
env:
5959
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

Comments
 (0)