Skip to content

Commit d704e2c

Browse files
academojackw
authored andcommitted
remove setup for npmrc
1 parent 3f4a1e1 commit d704e2c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

packages/tsconfig-grafana/.github/workflows/publish-npm.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,3 @@ jobs:
5252
run: npm publish --access public
5353
env:
5454
NODE_AUTH_TOKEN: ${{ env.NPM_TOKEN }}
55-
56-
- name: Setup .npmrc file for GitHub Packages
57-
if: steps.version_check.outputs.changed == 'true'
58-
uses: actions/setup-node@v4
59-
with:
60-
node-version: "20"
61-
registry-url: "https://npm.pkg.github.com"
62-
scope: "@grafana"

0 commit comments

Comments
 (0)