We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5222bd commit d2926e8Copy full SHA for d2926e8
.github/workflows/npm.yml
@@ -3,7 +3,7 @@ name: Publish to npm
3
on:
4
push:
5
tags:
6
- - '*' # Matches all tags, like 1.2.3 or 2.0.0
+ - '*' # Matches all tags like 1.2.3
7
workflow_dispatch:
8
9
jobs:
@@ -28,7 +28,7 @@ jobs:
28
run: |
29
cat > package.json <<EOF
30
{
31
- "name": "surrealjs",
+ "name": "@geenat/surreal",
32
"version": "${{ steps.get_version.outputs.VERSION }}",
33
"description": "Surreal",
34
"main": "surreal.js",
0 commit comments