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 bd1596a commit 9ff319cCopy full SHA for 9ff319c
.github/workflows/release-please.yaml
@@ -6,6 +6,7 @@ on:
6
permissions:
7
contents: write
8
pull-requests: write
9
+ id-token: write
10
11
name: Run Release Please
12
jobs:
@@ -42,6 +43,4 @@ jobs:
42
43
# See: https://github.com/lerna/lerna/tree/main/commands/publish#bump-from-package
44
- name: Publish to NPM
45
if: ${{ steps.release.outputs.releases_created }}
- env:
46
- NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
47
run: npx lerna publish from-package --no-push --no-private --no-verify-access --yes
0 commit comments