Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
fix: fix release flow (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixZilber committed Aug 13, 2023
1 parent f3e2863 commit e86d149
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ jobs:
- uses: actions/checkout@v3
with:
token: ${{ secrets.WDIO_TOKEN }}
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8.6.10

- name: Install packages
run: pnpm install
Expand Down

0 comments on commit e86d149

Please sign in to comment.