File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed
Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change 1414 with :
1515 ref : ${{ github.event.release.tag_name }}
1616
17- - name : Setup Bun
18- uses : oven-sh/setup-bun@v2
19-
20- - name : Install dependencies
21- run : bun install --frozen-lockfile
22-
2317 - name : Verify tag matches package.json
2418 run : |
2519 TAG_NAME="${{ github.event.release.tag_name }}"
@@ -34,16 +28,18 @@ jobs:
3428 fi
3529 echo "β
λ²μ μΌμΉ νμΈ: ${TAG_VERSION}"
3630
31+ - name : Setup Bun
32+ uses : oven-sh/setup-bun@v2
33+
3734 - name : Build package
3835 run : |
36+ bun install --frozen-lockfile
3937 bun run prepare
4038 bun run build:lib
4139
4240 - name : Publish to npm
4341 env :
44- NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
42+ NPM_CONFIG_TOKEN : ${{ secrets.NPM_TOKEN }}
4543 run : |
46- echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
47-
4844 bun publish
4945 echo "npm λ°°ν¬κ° μλ£λμμ΅λλ€."
You canβt perform that action at this time.
0 commit comments