We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edcd06c commit a08bd4eCopy full SHA for a08bd4e
.github/workflows/release.yml
@@ -23,6 +23,9 @@ jobs:
23
node-version: 20
24
cache: npm
25
26
+ - name: Set version from tag
27
+ run: npm version ${{ github.ref_name }} --no-git-tag-version
28
+
29
- name: Install dependencies
30
run: npm ci
31
@@ -64,6 +67,9 @@ jobs:
64
67
fuse \
65
68
libfuse2
66
69
70
71
72
73
74
75
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "Meridia",
3
"private": true,
4
- "version": "0.0.0",
+ "version": "2.0.0-alpha.3",
5
"type": "module",
6
"author": "Ridit Jangra",
7
"keywords": [],
0 commit comments