File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,10 +35,11 @@ func (m *Dagger) Release(
3535 WithSource (source ).
3636 Container ().
3737 WithSecretVariable ("GITHUB_TOKEN" , token ).
38- WithExec ([]string {"npm" , "install" , "--save-dev" , "@semantic-release/git" }).
39- WithExec ([]string {"npm" , "install" , "--save-dev" , "@semantic-release/changelog" }).
40- WithExec ([]string {"npm" , "install" , "--save-dev" , "conventional-changelog-conventionalcommits" }).
41- WithExec ([]string {"npx" , "semantic-release" , "--no-ci" }).
38+ 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"}).
4243 Stdout (ctx )
4344}
4445
You can’t perform that action at this time.
0 commit comments