Skip to content

Commit 124e245

Browse files
committed
remove publish to github pacakges
1 parent 4b19c41 commit 124e245

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/publish-npm.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,3 @@ jobs:
6565
node-version: "20"
6666
registry-url: "https://npm.pkg.github.com"
6767
scope: "@grafana"
68-
69-
- name: Publish package to Github Packages
70-
if: steps.version_check.outputs.changed == 'true'
71-
run: npm publish
72-
env:
73-
NODE_AUTH_TOKEN: ${{ secrets.GH_PACKAGE_TOKEN }}

0 commit comments

Comments
 (0)