Skip to content

Commit

Permalink
Merge pull request #201 from mobusoperandi/publish_crates
Browse files Browse the repository at this point in the history
fix: rename publish task to publish_crates
  • Loading branch information
mightyiam authored Jun 5, 2022
2 parents fe50748 + b76ef6b commit c2cee99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .releaserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ plugins:
- - "@semantic-release/exec"
- verifyConditionsCmd: cargo bin semantic-release-rust verify-conditions
prepareCmd: cargo bin cargo-set-version --workspace ${nextRelease.version} && cargo update --package michie --package michie-macro
publishCmd: cargo bin makers publish ${nextRelease.version}
publishCmd: cargo bin makers publish_crates ${nextRelease.version}
- - "@semantic-release/git"
- assets:
- CHANGELOG.md
Expand Down
2 changes: 1 addition & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ npm install --global \
semantic-release
'''

[tasks.publish]
[tasks.publish_crates]
script = '''
#!/usr/bin/env bash
set -euxo pipefail
Expand Down

0 comments on commit c2cee99

Please sign in to comment.