Skip to content

Commit ea03c2d

Browse files
committed
fix: yarn install prior to attempting release
1 parent 0be9f01 commit ea03c2d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
with:
2323
node-version: "lts/*"
2424
registry-url: "https://registry.npmjs.org"
25-
- run: yarn release-it --ci
25+
- name: publish package
26+
run: |
27+
yarn
28+
yarn release-it --ci
2629
env:
2730
GITHUB_TOKEN: ${{ secrets.MIKE_HARDY_RELEASE_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)