File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Automated Release Package
3
3
on :
4
4
push :
5
5
tags :
6
- - " *"
6
+ - " v *"
7
7
jobs :
8
8
release :
9
9
runs-on : ubuntu-latest
16
16
uses : actions/setup-node@v4
17
17
with :
18
18
node-version : 20
19
+ registry-url : " https://registry.npmjs.org"
20
+
19
21
- name : Sets up the Bun enviornment
20
22
uses : oven-sh/setup-bun@v2
21
23
with :
39
41
env :
40
42
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
41
43
run : |
44
+ echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" > .npmrc
42
45
bun release
Original file line number Diff line number Diff line change 2
2
"name" : " dialect-morph" ,
3
3
"module" : " index.ts" ,
4
4
"type" : " module" ,
5
- "version" : " 1.0.0 " ,
5
+ "version" : " 1.0.2 " ,
6
6
"scripts" : {
7
7
"build" : " bunx tsc" ,
8
8
"prePublishOnly" : " bun run build" ,
You can’t perform that action at this time.
0 commit comments