Skip to content

Commit 21839c5

Browse files
committed
try fixing release issues...
1 parent 96d4c34 commit 21839c5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
run: bun run build
3434

3535
- name: Publish to npm
36-
run: npm publish
36+
run: npm publish --provenance=false

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@turingsecure/cvss.js",
2+
"name": "@turingpointde/cvss.js",
33
"version": "2.1.0",
44
"description": "A tiny library to work with cvss vectors",
55
"browser": "dist/index.js",

0 commit comments

Comments
 (0)