Skip to content

Commit

Permalink
fix: Fixing pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
steilerDev committed Apr 24, 2024
1 parent 4605651 commit e124fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gh-actions/semantic-release-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
[
"@semantic-release/exec",
{
"publishCmd": "echo \"$(git tag)\" && git push --delete origin v${nextRelease.version} && echo \"$(git tag)\""
"publishCmd": "echo \"$(git tag)\" && git tag --delete v${nextRelease.version} && git push --delete origin v${nextRelease.version} && echo \"$(git tag)\""
}
],
"@semantic-release/commit-analyzer",
Expand Down

0 comments on commit e124fe6

Please sign in to comment.