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 726416a commit 3f4a1e1Copy full SHA for 3f4a1e1
packages/tsconfig-grafana/.github/workflows/publish-npm.yml
@@ -24,7 +24,6 @@ jobs:
24
with:
25
ref: master
26
persist-credentials: false
27
-
28
# limit releases to version changes - https://github.com/EndBug/version-check
29
- name: Check version changes
30
uses: EndBug/version-check@36ff30f37c7deabe56a30caa043d127be658c425 # 2.1.5
@@ -61,9 +60,3 @@ jobs:
61
60
node-version: "20"
62
registry-url: "https://npm.pkg.github.com"
63
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