Skip to content

Commit 198f7eb

Browse files
authored
[fix] Add step in publish job (#33)
1 parent 8fa0548 commit 198f7eb

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/release-package.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ jobs:
3434
with:
3535
node-version: 16.x
3636
registry-url: https://npm.pkg.github.com/
37+
38+
- name: Run install
39+
uses: borales/actions-yarn@v4
40+
with:
41+
cmd: install # will run `yarn install` command
3742

3843
- name: Publish package
3944
run: npm publish

0 commit comments

Comments
 (0)