Skip to content

Commit

Permalink
Merge pull request #13 from kilosonc/fix/release-commit
Browse files Browse the repository at this point in the history
Fix/release commit
  • Loading branch information
bysph authored Jan 31, 2023
2 parents 5fa4ec3 + 6a772c9 commit 9126651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/git/gitlab/gitlab.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func (h Helper) GetTagArchive(ctx context.Context, gitURL, tagName string) (*git
}
shortID := ""
if t.Commit != nil {
shortID = t.Commit.ID
shortID = t.Commit.ShortID
}

return &git.Tag{
Expand Down

0 comments on commit 9126651

Please sign in to comment.