Skip to content

Commit be27d12

Browse files
committed
fix: build error
1 parent 228b6d2 commit be27d12

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/release-package.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
- uses: pnpm/action-setup@v4
1616
with:
1717
version: 9
18+
- run: pnpm i
19+
- run: pnpm build
1820

1921
publish-gpr:
2022
needs: build
@@ -29,10 +31,6 @@ jobs:
2931
node-version: 20
3032
registry-url: https://npm.pkg.github.com/
3133
scope: '@beeinventor'
32-
- uses: pnpm/action-setup@v4
33-
with:
34-
version: 9
35-
- run: pnpm build
3634
- run: npm publish
3735
env:
3836
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)