Skip to content

Commit 240b296

Browse files
committed
ci: workflow fixes
1 parent 866ead0 commit 240b296

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020

2121
- name: Install modules & build the Library
2222
run: |
23-
yarn install
24-
yarn build
23+
pnpm install --frozen-lockfile
24+
pnpm build
2525
2626
- name: Semantic Release
2727
uses: cycjimmy/semantic-release-action@v2

0 commit comments

Comments
 (0)