We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7845b8e commit 24ad46bCopy full SHA for 24ad46b
.github/workflows/pre_release_ci.yaml
@@ -93,11 +93,8 @@ jobs:
93
echo "access=public" >> .npmrc
94
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> .npmrc
95
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
99
- name: Publish to NPM
100
- run: npm publish --tag beta
+ run: npm publish --access public
101
102
env:
103
NODE_AUTH_TOKEN: ${{ secrets.APIFY_SERVICE_ACCOUNT_NPM_TOKEN }}
0 commit comments