Fix the failure of release#293
Merged
folbricht merged 2 commits intofolbricht:masterfrom Dec 25, 2025
szksh-lab-2:ci-fix-release
Merged
Fix the failure of release#293folbricht merged 2 commits intofolbricht:masterfrom szksh-lab-2:ci-fix-release
folbricht merged 2 commits intofolbricht:masterfrom
szksh-lab-2:ci-fix-release
Conversation
https://github.com/folbricht/desync/actions/runs/20182747796/job/57946632910 ``` /opt/hostedtoolcache/goreleaser-action/2.13.1/x64/goreleaser release --rm-dist ⨯ command failed error=unknown flag: --rm-dist ``` https://goreleaser.com/deprecations/#-rm-dist > since 2023-01-17 (v1.15.0), removed 2024-05-26 (v2.0) > --rm-dist has been deprecated in favor of --clean.
```console $ goreleaser check • only version: 2 configuration files are supported, yours is version: 0, please update your configuration • checking path=.goreleaser.yml • DEPRECATED: snapshot.name_template should not be used anymore, check https://goreleaser.com/deprecations#snapshotname_template for more info • .goreleaser.yml error=configuration is valid, but uses deprecated properties ⨯ check failed error=1 out of 1 configuration file(s) have issues ```
JeremieA
pushed a commit
to InSimo/desync
that referenced
this pull request
Apr 10, 2026
* ci(release): fix the failure of goreleaser https://github.com/folbricht/desync/actions/runs/20182747796/job/57946632910 ``` /opt/hostedtoolcache/goreleaser-action/2.13.1/x64/goreleaser release --rm-dist ⨯ command failed error=unknown flag: --rm-dist ``` https://goreleaser.com/deprecations/#-rm-dist > since 2023-01-17 (v1.15.0), removed 2024-05-26 (v2.0) > --rm-dist has been deprecated in favor of --clean. * chore(goreleaser): fix deprecation errors ```console $ goreleaser check • only version: 2 configuration files are supported, yours is version: 0, please update your configuration • checking path=.goreleaser.yml • DEPRECATED: snapshot.name_template should not be used anymore, check https://goreleaser.com/deprecations#snapshotname_template for more info • .goreleaser.yml error=configuration is valid, but uses deprecated properties ⨯ check failed error=1 out of 1 configuration file(s) have issues ```
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix the failure of the release workflow
https://github.com/folbricht/desync/actions/runs/20182747796/job/57946632910
https://goreleaser.com/deprecations/#-rm-dist
Fix the GoReleaser's deprecation warning
https://goreleaser.com/deprecations#snapshotname_template