We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd1e23d commit 4f71bfcCopy full SHA for 4f71bfc
.github/workflows/release.yml
@@ -32,5 +32,5 @@ jobs:
32
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
33
- name: Add JSON as a release asset
34
run: gh release upload ${GITHUB_REF#refs/*/} build/data.json
35
- - name: Publish stats for all data (#3555)
36
- run: npm run --silent stats | gh issue comment https://github.com/mdn/browser-compat-data/issues/3555 --body-file -
+ # - name: Publish stats for all data (#3555)
+ # run: npm run --silent stats | gh issue comment https://github.com/mdn/browser-compat-data/issues/3555 --body-file -
0 commit comments