Skip to content

Commit fd6da9e

Browse files
committed
ci: removed dry run from workflow
1 parent 4d06bb3 commit fd6da9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
107107
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
108108
# Re-run semantic release with rich logs if it failed to publish for easier debugging
109-
- run: npx semantic-release --dry-run --debug
109+
- run: npx semantic-release --debug
110110
if: failure()
111111
env:
112112
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)