Fix @next publishing

pull/1492/head
Johan Girod 2021-04-15 14:47:47 +02:00
parent 5a1c204eb6
commit fd791fbf5c
1 changed files with 2 additions and 2 deletions

View File

@ -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' || ''}}