Skip to content

Commit 617c6b2

Browse files
committed
ci(release): fix release
1 parent b2d6764 commit 617c6b2

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)