Skip to content

Commit d2926e8

Browse files
authored
Update npm.yml
1 parent c5222bd commit d2926e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish to npm
33
on:
44
push:
55
tags:
6-
- '*' # Matches all tags, like 1.2.3 or 2.0.0
6+
- '*' # Matches all tags like 1.2.3
77
workflow_dispatch:
88

99
jobs:
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
cat > package.json <<EOF
3030
{
31-
"name": "surrealjs",
31+
"name": "@geenat/surreal",
3232
"version": "${{ steps.get_version.outputs.VERSION }}",
3333
"description": "Surreal",
3434
"main": "surreal.js",

0 commit comments

Comments
 (0)