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 56ae5e6 commit 47fe5c1Copy full SHA for 47fe5c1
.github/workflows/npm-publish.yaml
@@ -45,6 +45,6 @@ jobs:
45
- name: Publish package on NPM 📦
46
if: steps.is-release-needed.outputs.is-release-needed == 'true'
47
run: |
48
- npm publish --workspace=${{ matrix.package }} --dry-run
+ npm publish --workspace=${{ matrix.package }}
49
env:
50
NODE_AUTH_TOKEN: ${{ secrets.REQUEST_BOT_NPM_TOKEN }}
0 commit comments