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 118f4b2 commit 6181a14Copy full SHA for 6181a14
.github/workflows/publish-npm-beta.yml
.github/workflows/publish-npm-latest.yml
@@ -1,4 +1,4 @@
1
-name: 🏷️ Publish NPM Latest
+name: 🏷️ Lerna Publish NPM Latest
2
3
on:
4
workflow_dispatch:
@@ -122,8 +122,11 @@ jobs:
122
pnpm exec lerna publish from-package --force-publish --yes --otp ${{ steps.wait-for-secrets.outputs.OTP }}
123
124
- name: Build Website (GitHub demo site)
125
+ if: ${{ inputs.dryrun != true }}
126
run: pnpm build:demo
127
128
+ # deploy (re-publish) GitHub demo page with a Prod build but only when merging to "master" branch
129
+ # and the commit message contains the text "chore: release"
130
- name: Deploy to gh-pages
131
if: ${{ inputs.dryrun != true }}
132
uses: peaceiris/actions-gh-pages@v4
0 commit comments