Skip to content

Commit 888bf53

Browse files
author
Luigi Corollo
committed
fix: save version in file
1 parent 3186963 commit 888bf53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.releaserc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins:
66
- "@semantic-release/github"
77
- - "@semantic-release/exec"
88
# - publishCmd: "echo 'latest_tag=${nextRelease.version}' > /workspace/iac-source/latest_tag.env && cat /workspace/iac-source/latest_tag.env "
9-
- publishCmd: "echo 'latest_tag=${nextRelease.version}' "
9+
- publishCmd: "echo 'latest_tag=${nextRelease.version}' > ./latest_tag.env "
1010
- - "@semantic-release/git"
1111
- assets:
1212
- CHANGELOG.md

0 commit comments

Comments
 (0)