Skip to content

Commit

Permalink
ci: fix getting next version
Browse files Browse the repository at this point in the history
  • Loading branch information
RaunoT authored Jul 18, 2024
1 parent 48b4136 commit a91d5bf
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 @@ -6,7 +6,7 @@
[
"@semantic-release/exec",
{
"successCmd": "echo NEXT_VERSION_TAG=${nextRelease.version} >> $GITHUB_ENV"
"verifyReleaseCmd": "echo NEXT_VERSION_TAG=${nextRelease.version} >> $GITHUB_ENV"
}
],
[
Expand Down

0 comments on commit a91d5bf

Please sign in to comment.