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 972bfeb commit a671806Copy full SHA for a671806
1 file changed
.github/workflows/publish.yml
@@ -140,7 +140,7 @@ jobs:
140
run: |
141
if [ '${{ github.event_name }}' == 'pull_request' ] ; then
142
pnpm publish --filter=taro-ui --registry=https://registry.npmjs.org/ --publish-branch=next
143
- elif [ '${{ github.event_name }}' == 'push' ] ; then
+ elif [ '${{ github.event_name }}' == 'push' ] || [ '${{ github.event_name }}' == 'workflow_dispatch' ] ; then
144
pnpm publish --filter=taro-ui --registry=https://registry.npmjs.org/ --publish-branch=${{ github.ref_name }} ${{ env.PUBLISH_PARAMS }}
145
fi
146
env:
0 commit comments