Skip to content

Commit fcc91c8

Browse files
committed
Update push-dist to use pnpm
1 parent 9674f0b commit fcc91c8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/push-dist.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ jobs:
1111
name: Push dist
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3
15-
- uses: volta-cli/action@v4
16-
- run: yarn install --frozen-lockfile
14+
- uses: wyvox/action@v1
1715
- uses: kategengler/put-built-npm-package-contents-on-branch@v1.0.0
1816
with:
1917
branch: dist

0 commit comments

Comments
 (0)