Skip to content

Commit 6ec5576

Browse files
committed
try better name in package.json
1 parent f0e4ed0 commit 6ec5576

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
- uses: JS-DevTools/npm-publish@v3
2020
with:
2121
token: ${{ secrets.NPM_TOKEN }}
22+
access: "public"
23+
provenance: true
2224

2325
github:
2426
runs-on: ubuntu-latest
@@ -34,3 +36,5 @@ jobs:
3436
with:
3537
token: ${{ secrets.GITHUB_TOKEN }}
3638
registry: "https://npm.pkg.github.com"
39+
access: "public"
40+
provenance: true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "highlightjs-rascript",
2+
"name": "@joshraphael/highlightjs-rascript",
33
"version": "0.0.1",
44
"description": "highlight.js syntax definition for RATools DSL, RAScript",
55
"main": "src/languages/rascript.js",

0 commit comments

Comments
 (0)