Skip to content

Commit

Permalink
ci: Update goreleaser.mage.go
Browse files Browse the repository at this point in the history
  • Loading branch information
sheldonhull authored Jan 23, 2024
1 parent 82b7e8d commit a2413fa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions magefiles/goreleaser.mage.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ func Release() error {
return err
}

if _, err = checkEnvVar("DOCKER_ORG", true); err != nil {
return err
}
if _, err = checkEnvVar("GPG_FINGERPRINT", true); err != nil {
return err
}
Expand Down

0 comments on commit a2413fa

Please sign in to comment.