Skip to content

Commit 1b0db05

Browse files
committed
fix: fix pipeline
1 parent 3c7f8e9 commit 1b0db05

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dagger/main.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ func (m *Dagger) Release(
3636
Container().
3737
WithSecretVariable("GITHUB_TOKEN", token).
3838
WithExec([]string{"env"}).
39-
// WithExec([]string{"npm", "install", "--save-dev", "@semantic-release/git"}).
40-
// WithExec([]string{"npm", "install", "--save-dev", "@semantic-release/changelog"}).
41-
// WithExec([]string{"npm", "install", "--save-dev", "conventional-changelog-conventionalcommits"}).
42-
// WithExec([]string{"npx", "semantic-release", "--dry-run"}).
39+
WithExec([]string{"npm", "install", "--save-dev", "@semantic-release/git"}).
40+
WithExec([]string{"npm", "install", "--save-dev", "@semantic-release/changelog"}).
41+
WithExec([]string{"npm", "install", "--save-dev", "conventional-changelog-conventionalcommits"}).
42+
WithExec([]string{"npx", "semantic-release", "--dry-run"}).
4343
Stdout(ctx)
4444
}
4545

0 commit comments

Comments
 (0)