Skip to content

Commit 3d7b374

Browse files
committed
fix: almighty push | that .release.yml file -> should be release only
1 parent fc91642 commit 3d7b374

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
with:
3131
node-version: ${{ matrix.node-version }}
3232
if: ${{ steps.release.outputs.release_created }}
33+
- run: npm ci
34+
if: ${{ steps.release.outputs.release_created }}
3335
- run: npm publish
3436
env:
3537
NPM_PUBLISH_KEY: ${{ secrets.NPM_PUBLISH_KEY }}

0 commit comments

Comments
 (0)