Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1c5701a

Browse files
ascorbickodiakhq[bot]
andauthoredDec 16, 2021
chore: install deps for release-please (#1013)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 2759489 commit 1c5701a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.github/workflows/release-please.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
check-latest: true
2828
registry-url: 'https://registry.npmjs.org'
2929
if: ${{ steps.release.outputs.release_created }}
30+
- name: Install dependencies
31+
run: npm ci
32+
if: ${{ steps.release.outputs.releases_created }}
3033
- run: npm publish
3134
if: ${{ steps.release.outputs.release_created }}
3235
env:

0 commit comments

Comments
 (0)
Please sign in to comment.