Skip to content

Commit ca88527

Browse files
author
chkp-idanfei
authored
Merge pull request #8 from CheckPointSW/chkp-idanfei-patch-1
Update release.yml
2 parents 8a5dadd + 62b3538 commit ca88527

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
- name: Publish infra package
3939
run: |
4040
cd packages/infra
41+
npm unpublish @chkp/quantum-infra@1.0.1 --force
4142
npm publish --access public
4243
env:
4344
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
@@ -47,4 +48,4 @@ jobs:
4748
cd packages/management
4849
npm publish --access public
4950
env:
50-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
51+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)