Skip to content

Commit

Permalink
fix(ci): 🐛 change order of release actions
Browse files Browse the repository at this point in the history
  • Loading branch information
SpiralOutDotEu committed Oct 28, 2023
1 parent aa15f8f commit 4eee730
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions release.config.js
Expand Up @@ -3,15 +3,15 @@ module.exports = {
plugins: [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
["@semantic-release/exec", {
"prepareCmd": "./update_version.sh ${nextRelease.version}"
}],
["@semantic-release/changelog", {
"changelogFile": "CHANGELOG.md",
}],
["@semantic-release/github", {
"assets": "target/release/zk_whitelist"
}],
["@semantic-release/exec", {
"prepareCmd": "./update_version.sh ${nextRelease.version}"
}],
["@semantic-release/git", {
"assets": ["CHANGELOG.md", "Cargo.toml"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
Expand Down

0 comments on commit 4eee730

Please sign in to comment.