Skip to content

Commit 24ad46b

Browse files
committed
Fix ci
1 parent 7845b8e commit 24ad46b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/pre_release_ci.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,8 @@ jobs:
9393
echo "access=public" >> .npmrc
9494
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> .npmrc
9595
npm install
96-
- # Check version consistency and increment pre-release version number for beta only.
97-
name: Bump pre-release version
98-
run: node ./.github/scripts/before-beta-release.cjs
9996
- name: Publish to NPM
100-
run: npm publish --tag beta
97+
run: npm publish --access public
10198

10299
env:
103100
NODE_AUTH_TOKEN: ${{ secrets.APIFY_SERVICE_ACCOUNT_NPM_TOKEN }}

0 commit comments

Comments
 (0)