Skip to content

Commit 038d3ba

Browse files
committed
test
Signed-off-by: NucleoFusion <[email protected]>
1 parent 74d0208 commit 038d3ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.dagger/release.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ func (m *HarborCli) PublishRelease(ctx context.Context,
4545
return ctr.
4646
WithWorkdir("/src").
4747
// Creating Release
48-
WithExec([]string{"gh", "release", "create", m.AppVersion, "--generate-notes"}).
48+
WithExec([]string{"gh", "release", "create", "v" + m.AppVersion, "--generate-notes"}).
4949
WithExec(cmd).
5050
Stdout(ctx)
5151
}

0 commit comments

Comments
 (0)