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.
goreleaserが動かなくなっていたので直します
https://github.com/reproio/terraform-j2md/actions/runs/5451164700/jobs/9917130822
localで試した結果
tree ./dist/ ./dist/ ├── artifacts.json ├── checksums.txt ├── config.yaml ├── metadata.json ├── terraform-j2md_Darwin_arm64.tar.gz ├── terraform-j2md_Darwin_x86_64.tar.gz ├── terraform-j2md_Linux_arm64.tar.gz ├── terraform-j2md_Linux_i386.tar.gz ├── terraform-j2md_Linux_x86_64.tar.gz ├── terraform-j2md_Windows_arm64.tar.gz ├── terraform-j2md_Windows_i386.tar.gz ├── terraform-j2md_Windows_x86_64.tar.gz ├── terraform-j2md_darwin_amd64_v1 │ └── terraform-j2md ├── terraform-j2md_darwin_arm64 │ └── terraform-j2md ├── terraform-j2md_linux_386 │ └── terraform-j2md ├── terraform-j2md_linux_amd64_v1 │ └── terraform-j2md ├── terraform-j2md_linux_arm64 │ └── terraform-j2md ├── terraform-j2md_windows_386 │ └── terraform-j2md.exe ├── terraform-j2md_windows_amd64_v1 │ └── terraform-j2md.exe └── terraform-j2md_windows_arm64 └── terraform-j2md.exe