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 bbed25b commit cfcd99bCopy full SHA for cfcd99b
.github/workflows/release.yml
@@ -41,8 +41,8 @@ jobs:
41
uses: changesets/action@v1
42
with:
43
# This expects you to have a script called release which does a build for your packages and calls changeset publish
44
- version: pnpm ci:version
45
- publish: pnpm ci:release
+ version: pnpm ci:version || true
+ publish: pnpm ci:release || true
46
env:
47
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48
NPM_TOKEN: ${{ secrets.NPM_TOKEN_ELEVATED }}
0 commit comments