Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Commit

Permalink
fix: semantic-release cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
buehler committed Jan 3, 2022
1 parent 9de5b57 commit aa351c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[
"@semantic-release/exec",
{
"publishCmd": "echo \"BUILD_VERSION=${nextRelease.version}\" >> $GITHUB_ENV"
"prepareCmd": "echo \"BUILD_VERSION=${nextRelease.version}\" >> $GITHUB_ENV"
}
],
[
Expand Down

0 comments on commit aa351c2

Please sign in to comment.