File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 90
90
run : bun run build
91
91
92
92
- 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
94
94
env :
95
95
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
96
96
Original file line number Diff line number Diff line change 34
34
run : bun run build
35
35
36
36
- 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
38
38
env :
39
39
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
40
40
jsr :
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " surrealdb" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"type" : " module" ,
5
5
"license" : " Apache-2.0" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments