Skip to content

Commit e2339d5

Browse files
committed
chore: Fix release
1 parent 91550f8 commit e2339d5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/release-please.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@ jobs:
3333
if: ${{ steps.release.outputs.release_created }}
3434
run: yarn install --frozen-lockfile --non-interactive
3535

36-
- name: Install website dependencies
37-
if: ${{ steps.release.outputs.release_created }}
38-
run: yarn install --frozen-lockfile --non-interactive
39-
working-directory: ./website
40-
4136
- run: npm publish
4237
env:
4338
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)