We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b5cd1e commit caae2c8Copy full SHA for caae2c8
.github/workflows/release.yml
@@ -26,7 +26,5 @@ jobs:
26
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
27
- name: Add JSON as a release asset
28
run: gh release upload ${GITHUB_REF#refs/*/} build/data.json
29
- - name: Publish stats for API data (#6369)
30
- run: npm run --silent stats api | gh issue comment https://github.com/mdn/browser-compat-data/issues/6369 --body-file -
31
- name: Publish stats for all data (#3555)
32
run: npm run --silent stats | gh issue comment https://github.com/mdn/browser-compat-data/issues/3555 --body-file -
0 commit comments