Skip to content

Commit

Permalink
fix(release): Testing tag again
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaswinkler committed Aug 12, 2024
1 parent 5792a1b commit 978ffb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module.exports = {
"@semantic-release/exec",
{
prepareCmd:
"npm pkg set version=${nextRelease.version} && npm pkg set version=${nextRelease.version} --ws && npm pkg set publishConfig.tag=abc && npx copyfiles CHANGELOG.md ./dist",
"npm pkg set version=${nextRelease.version} && npm pkg set version=${nextRelease.version} --ws && npx copyfiles CHANGELOG.md ./dist && cd ./dist && npm pkg set publishConfig.tag=abc",
},
],
[
Expand Down

0 comments on commit 978ffb2

Please sign in to comment.