Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
ci: revert release context change
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
  • Loading branch information
sagikazarmark committed Jan 17, 2024
1 parent 8acb642 commit 084ecb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func (m *Ci) Release(
// Release version.
version string,
) error {
group, ctx := errgroup.WithContext(ctx)
var group errgroup.Group

// Container images
group.Go(func() error {
Expand Down

0 comments on commit 084ecb0

Please sign in to comment.