Skip to content

Commit 00d289b

Browse files
chore(NODE-6818): remove dry-run (#769)
1 parent a80e840 commit 00d289b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-6.4.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
- name: Install Node and dependencies
100100
uses: mongodb-labs/drivers-github-tools/node/setup@v2
101101

102-
- run: npm publish --provenance --tag legacy --dry-run
102+
- run: npm publish --provenance --tag legacy
103103
if: ${{ needs.release_please.outputs.release_created }}
104104
env:
105105
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)