Skip to content

Commit 47fe5c1

Browse files
chore: remove npm publish dry run (#133)
1 parent 56ae5e6 commit 47fe5c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ jobs:
4545
- name: Publish package on NPM 📦
4646
if: steps.is-release-needed.outputs.is-release-needed == 'true'
4747
run: |
48-
npm publish --workspace=${{ matrix.package }} --dry-run
48+
npm publish --workspace=${{ matrix.package }}
4949
env:
5050
NODE_AUTH_TOKEN: ${{ secrets.REQUEST_BOT_NPM_TOKEN }}

0 commit comments

Comments
 (0)