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

Builds failing due to goreleaser deprecation/removal of replacements #249

Closed
matthew1001 opened this issue Jul 5, 2023 · 0 comments · Fixed by #250
Closed

Builds failing due to goreleaser deprecation/removal of replacements #249

matthew1001 opened this issue Jul 5, 2023 · 0 comments · Fixed by #250
Labels
bug Something isn't working

Comments

@matthew1001
Copy link
Contributor

matthew1001 commented Jul 5, 2023

See https://goreleaser.com/deprecations/#archivesreplacements

As of June 6th 2023 goreleaser no longer supports archives.replacements, so the following is causing the goreleaser action to fail:

archives:
  - replacements:
      darwin: macOS
      linux: Linux
      amd64: x86_64

with line 31: field replacements not found in type config.Archive

@matthew1001 matthew1001 added the bug Something isn't working label Jul 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant