Skip to content

Commit 0051f23

Browse files
committed
fix: unpublish package
1 parent 95c654f commit 0051f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
- name: Build module
103103
run: npm run build
104104
- name: Unpublish npm package
105-
run: unpublish --force
105+
run: npm unpublish --force
106106

107107
env:
108108
NODE_AUTH_TOKEN: ${{ secrets.APIFY_SERVICE_ACCOUNT_NPM_TOKEN }}

0 commit comments

Comments
 (0)