We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3186963 commit 888bf53Copy full SHA for 888bf53
.releaserc.yml
@@ -6,7 +6,7 @@ plugins:
6
- "@semantic-release/github"
7
- - "@semantic-release/exec"
8
# - 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}' "
+ - publishCmd: "echo 'latest_tag=${nextRelease.version}' > ./latest_tag.env "
10
- - "@semantic-release/git"
11
- assets:
12
- CHANGELOG.md
0 commit comments