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 0460af4 commit cb18d75Copy full SHA for cb18d75
.github/workflows/canary-release.yml
@@ -21,4 +21,4 @@ jobs:
21
--preid canary \
22
--pre-dist-tag canary
23
env:
24
- NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.RELEASE_PACKAGE_TOKEN }}
.github/workflows/release.yml
@@ -19,4 +19,4 @@ jobs:
19
lerna publish from-package --yes \
20
--dist-tag ${{ github.event.release.prerelease && 'prerelease' || 'latest' }}
0 commit comments