Skip to content

Commit f70fdf6

Browse files
authored
Bump version to v1.0.3 (#348)
1 parent c12aa62 commit f70fdf6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
run: bun run build
9191

9292
- name: Dry run publish to NPM
93-
run: npm publish --dry-run --tag $(npm pkg get version | tr -d '"' | grep -qoE "^\d+\.\d+\.\d+$" && echo 'latest' || echo 'beta')
93+
run: npm publish --dry-run
9494
env:
9595
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
9696

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: bun run build
3535

3636
- name: Publish to NPM
37-
run: npm publish --provenance --tag $(npm pkg get version | tr -d '"' | grep -qoE "^\d+\.\d+\.\d+$" && echo 'latest' || echo 'beta')
37+
run: npm publish --provenance
3838
env:
3939
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4040
jsr:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "surrealdb",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"type": "module",
55
"license": "Apache-2.0",
66
"repository": {

0 commit comments

Comments
 (0)