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 7bc56be commit 3f1ec55Copy full SHA for 3f1ec55
.github/workflows/publish_to_npm.yaml
@@ -37,7 +37,7 @@ jobs:
37
- name: Publish to NPM
38
run: |
39
git checkout -- .
40
- npx lerna publish --contents dist --yes --no-verify-access
+ npx lerna publish --contents dist --yes
41
npm i --no-audit # reinstall to have updated lock file
42
npx lerna ls --json | node scripts/sync-root-changelog.ts
43
env:
.github/workflows/test_and_release.yaml
@@ -107,4 +107,7 @@ jobs:
107
uses: apify/workflows/execute-workflow@main
108
with:
109
workflow: publish_to_npm.yaml
110
- inputs: '{ "ref": "${{ github.sha }}" }'
+ inputs: >
111
+ {
112
+ "ref": "master"
113
+ }
0 commit comments