Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🌱 Update .github/workflows/goreleaser.yaml #2755

Merged
merged 1 commit into from Mar 15, 2023
Merged

Conversation

naveensrinivasan
Copy link
Member

  • Update goreleaser/goreleaser-action to v2.5.0
  • Remove GPG key import step and GPG_FINGERPRINT from environment variables
  • Move version_flags to GITHUB_OUTPUT

[.github/workflows/goreleaser.yaml]

  • Remove GPG key import step
  • Update goreleaser/goreleaser-action to v2.5.0
  • Remove GPG_FINGERPRINT from environment variables
  • Move version_flags to GITHUB_OUTPUT

What kind of change does this PR introduce?

(Is it a bug fix, feature, docs update, something else?)

What is the current behavior?

What is the new behavior (if this is a feature change)?**

  • Tests for the changes have been added (for bug fixes/features)

Which issue(s) this PR fixes

Special notes for your reviewer

Does this PR introduce a user-facing change?

For user-facing changes, please add a concise, human-readable release note to
the release-note

(In particular, describe what changes users might need to make in their
application as a result of this pull request.)


- Update `goreleaser/goreleaser-action` to `v2.5.0`
- Remove GPG key import step and `GPG_FINGERPRINT` from environment variables
- Move `version_flags` to `GITHUB_OUTPUT`

[.github/workflows/goreleaser.yaml]
- Remove GPG key import step
- Update `goreleaser/goreleaser-action` to `v2.5.0`
- Remove `GPG_FINGERPRINT` from environment variables
- Move `version_flags` to `GITHUB_OUTPUT`

Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com>
@codecov
Copy link

codecov bot commented Mar 15, 2023

Codecov Report

Merging #2755 (0b488a0) into main (0b45c90) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2755   +/-   ##
=======================================
  Coverage   49.91%   49.91%           
=======================================
  Files         156      156           
  Lines       11669    11669           
=======================================
  Hits         5825     5825           
  Misses       5490     5490           
  Partials      354      354           

Copy link
Contributor

@laurentsimon laurentsimon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@laurentsimon laurentsimon merged commit c20ed9e into main Mar 15, 2023
@laurentsimon laurentsimon deleted the naveen/fix/gpg-fix branch March 15, 2023 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants