Skip to content

Commit 4b34fcf

Browse files
committed
ci(lockfiles): update lock files
1 parent f2d1ae3 commit 4b34fcf

File tree

4 files changed

+56
-29529
lines changed

4 files changed

+56
-29529
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
3030
AWS_REGION: ${{ secrets.AWS_REGION }}
3131
- name: Publush to NPM (only on tag)
32-
if: startsWith(github.ref, 'refs/tags/')
32+
if: startsWith(github.ref, 'refs/tags/') && success()
3333
run: npm publish
3434
env:
3535
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)