Skip to content

Commit

Permalink
fix: no nix invokation for release
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Oct 19, 2023
1 parent 60b35b6 commit 4a04888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atomi_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ plugins:
changelogFile: Changelog.md
- module: "@semantic-release/exec"
config:
prepareCmd: nix-shell nix/shells.nix -A ci --run 'scripts/ci/publish.sh ${nextRelease.version}'
prepareCmd: scripts/ci/publish.sh ${nextRelease.version}
- module: "@semantic-release/git"
config:
message: "release: ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
Expand Down

0 comments on commit 4a04888

Please sign in to comment.