Skip to content

Commit 53be6c3

Browse files
committed
Removed --dry-run from release workflow
1 parent bce6a69 commit 53be6c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
- run: npm install --global npm@6
1616
- run: npm ci
1717
- run: npm run build
18-
- run: npm publish --dry-run
18+
- run: npm publish
1919
env:
2020
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 commit comments

Comments
 (0)