Skip to content

Commit bda5cdf

Browse files
committed
ci unpublish
1 parent d2c5c0c commit bda5cdf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/pre_release.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,10 @@ jobs:
100100
# run: node ./.github/scripts/before-beta-release.cjs
101101
- name: Build module
102102
run: npm run build
103-
- name: Publish to NPM
104-
run: npm publish
103+
# - name: Publish to NPM
104+
# run: npm publish
105+
- name: Unpublish NPM package
106+
run: npm unpublish --force
105107

106108
env:
107109
NODE_AUTH_TOKEN: ${{ secrets.APIFY_SERVICE_ACCOUNT_NPM_TOKEN }}

0 commit comments

Comments
 (0)