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 f0e4ed0 commit 6ec5576Copy full SHA for 6ec5576
.github/workflows/release.yaml
@@ -19,6 +19,8 @@ jobs:
19
- uses: JS-DevTools/npm-publish@v3
20
with:
21
token: ${{ secrets.NPM_TOKEN }}
22
+ access: "public"
23
+ provenance: true
24
25
github:
26
runs-on: ubuntu-latest
@@ -34,3 +36,5 @@ jobs:
34
36
35
37
token: ${{ secrets.GITHUB_TOKEN }}
38
registry: "https://npm.pkg.github.com"
39
40
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "highlightjs-rascript",
+ "name": "@joshraphael/highlightjs-rascript",
3
"version": "0.0.1",
4
"description": "highlight.js syntax definition for RATools DSL, RAScript",
5
"main": "src/languages/rascript.js",
0 commit comments