Skip to content

Commit 237c46d

Browse files
authored
Merge pull request #7 from fossapps/feat
ci(release): fix release
2 parents af209f2 + 617c6b2 commit 237c46d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ module.exports = {
3636
prepare: [
3737
{
3838
path: "@semantic-release/exec",
39-
cmd: "docker tag fossapps/handlebar-templates:${nextRelease.version}"
39+
cmd: "docker tag fossapps/handlebar-templates:latest fossapps/handlebar-templates:${nextRelease.version}"
4040
},
4141
{
4242
path: "@semantic-release/exec",

0 commit comments

Comments
 (0)