We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
replacements
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:
goreleaser
archives.replacements
archives: - replacements: darwin: macOS linux: Linux amd64: x86_64
with line 31: field replacements not found in type config.Archive
line 31: field replacements not found in type config.Archive
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
See https://goreleaser.com/deprecations/#archivesreplacements
As of June 6th 2023
goreleaser
no longer supportsarchives.replacements
, so the following is causing thegoreleaser
action to fail:with
line 31: field replacements not found in type config.Archive
The text was updated successfully, but these errors were encountered: