Fix @next publishing
parent
5a1c204eb6
commit
fd791fbf5c
|
@ -33,6 +33,6 @@ jobs:
|
|||
env:
|
||||
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_SECRET }}
|
||||
- working-directory: ./publicodes/core
|
||||
run: npm publish ${{ github.ref != 'refs/heads/master' && '--dry-run' || ''}} --tag next
|
||||
run: npm publish ${{ github.ref != 'refs/heads/master' && '--dry-run' || ''}}
|
||||
- working-directory: ./publicodes/ui-react
|
||||
run: npm publish ${{ github.ref != 'refs/heads/master' && '--dry-run' || ''}} --tag next
|
||||
run: npm publish ${{ github.ref != 'refs/heads/master' && '--dry-run' || ''}}
|
||||
|
|
Loading…
Reference in New Issue