codemirror-mode-zig 1.0.11 → 1.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -29,6 +29,10 @@ jobs:
29
29
  - run: npm publish --provenance
30
30
  env:
31
31
  NODE_AUTH_TOKEN: ${{secrets.npm_token}}
32
+ - name: Upload package to release
33
+ run: gh release upload ${{ github.event.release.tag_name }} *.tgz
34
+ env:
35
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32
36
  publish-github-packages:
33
37
  runs-on: ubuntu-latest
34
38
  permissions:
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codemirror-mode-zig",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "keywords": [
Binary file