Skip to content

Commit

Permalink
Merge pull request #79 from solaoi/fix_goreleaser-error-with-downgrad…
Browse files Browse the repository at this point in the history
…e-version

goreleaser v1.8 occurs the error "error=no linux/macos archives found"
  • Loading branch information
solaoi committed Apr 16, 2022
2 parents 36496bb + 5121d99 commit 3b6a417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: latest
version: v1.7.0
args: release --rm-dist
workdir: ./command/
env:
Expand Down

0 comments on commit 3b6a417

Please sign in to comment.