Skip to content

Commit 3f4a1e1

Browse files
academojackw
authored andcommitted
Remove publish to github
1 parent 726416a commit 3f4a1e1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
with:
2525
ref: master
2626
persist-credentials: false
27-
2827
# limit releases to version changes - https://github.com/EndBug/version-check
2928
- name: Check version changes
3029
uses: EndBug/version-check@36ff30f37c7deabe56a30caa043d127be658c425 # 2.1.5
@@ -61,9 +60,3 @@ jobs:
6160
node-version: "20"
6261
registry-url: "https://npm.pkg.github.com"
6362
scope: "@grafana"
64-
65-
- name: Publish package to Github Packages
66-
if: steps.version_check.outputs.changed == 'true'
67-
run: npm publish
68-
env:
69-
NODE_AUTH_TOKEN: ${{ secrets.GH_PACKAGE_TOKEN }}

0 commit comments

Comments
 (0)