Skip to content

Commit 07fe3f5

Browse files
committed
feat: update pipeline
1 parent 126be70 commit 07fe3f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dagger/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ func (m *Dagger) Release(
3737
WithExec([]string{"npm", "install", "--save-dev", "@semantic-release/git"}).
3838
WithExec([]string{"npm", "install", "--save-dev", "@semantic-release/changelog"}).
3939
WithExec([]string{"npm", "install", "--save-dev", "conventional-changelog-conventionalcommits"}).
40-
WithExec([]string{"npx", "semantic-release", "--dry--run"}).
40+
WithExec([]string{"npx", "semantic-release", "--no--ci"}).
4141
Stdout(ctx)
4242
}
4343

0 commit comments

Comments
 (0)