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 65eb614 commit 1cc846eCopy full SHA for 1cc846e
.github/workflows/publish.yml
@@ -69,5 +69,5 @@ jobs:
69
run: npm publish --tag rc
70
71
- name: Publish atomic-router-react@${{ steps.version.outputs.tag }} to latest
72
- if: ${{ steps.next.outputs.match == '' }}
+ if: ${{ steps.next.outputs.match == '' && steps.rc.outputs.match == '' }}
73
run: npm publish
0 commit comments