Skip to content

fix: invalid goreleaser artifacts name for signing step#1380

Merged
jooola merged 1 commit intomainfrom
fix-release-signing
Apr 7, 2026
Merged

fix: invalid goreleaser artifacts name for signing step#1380
jooola merged 1 commit intomainfrom
fix-release-signing

Conversation

@jooola
Copy link
Copy Markdown
Member

@jooola jooola commented Apr 7, 2026

    # Which artifacts to sign
    #
    # Valid options are:
    # - none        no signing
    # - all:        all artifacts
    # - checksum:   checksum files
    # - source:     source archive
    # - package:    Linux packages (deb, rpm, apk, etc)
    # - installer:  Installers (MSI, NSIS, macOS Pkgs) (GoReleaser Pro)
    # - diskimage:  macOS DMG disk images (GoReleaser Pro)
    # - archive:    archives from archive pipe
    # - sbom:       any SBOMs generated for other artifacts
    # - binary:     binaries (only when `archives.format` is 'binary', use binary_signs otherwise)
    #
    # Default: 'none'.
    artifacts: all

https://goreleaser.com/customization/sign/sign/

@jooola jooola requested a review from a team as a code owner April 7, 2026 17:32
@jooola jooola merged commit 5a3e87b into main Apr 7, 2026
7 checks passed
@jooola jooola deleted the fix-release-signing branch April 7, 2026 17:34
jooola pushed a commit that referenced this pull request Apr 7, 2026
<!-- section-start changelog -->
### Bug Fixes

- invalid goreleaser artifacts name for signing step (#1380)

<!-- section-end changelog -->

---

<details>
<summary><h4>PR by <a
href="https://github.com/apricote/releaser-pleaser">releaser-pleaser</a>
🤖</h4></summary>

If you want to modify the proposed release, add you overrides here. You
can learn more about the options in the docs.

## Release Notes

### Prefix / Start

This will be added to the start of the release notes.

~~~~rp-prefix
~~~~

### Suffix / End

This will be added to the end of the release notes.

~~~~rp-suffix
~~~~

</details>

Co-authored-by: Hetzner Cloud Bot <>
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 7, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 72.62%. Comparing base (6dd1849) to head (1c99442).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1380   +/-   ##
=======================================
  Coverage   72.62%   72.62%           
=======================================
  Files         300      300           
  Lines       11067    11067           
=======================================
  Hits         8037     8037           
  Misses       2132     2132           
  Partials      898      898           
Flag Coverage Δ
e2e 51.35% <ø> (ø)
unit 67.56% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

1 participant