Skip to content

Commit c76746a

Browse files
committed
chore: dry run flag removed
1 parent f11590b commit c76746a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
run: |
7070
echo "Starting Semantic Release Process"
7171
echo "npm version: $(npm -v)"
72-
npm run semantic-release --dry-run
72+
npm run semantic-release
7373
env:
7474
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7575

0 commit comments

Comments
 (0)