Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
in v4, `goreleaser` made a breaking change

```
executing "tmpl" at <.Env.GORELEASER_CURRENT_TAG>: map has no entry for key "GORELEASER_CURRENT_TAG"
```

goreleaser/goreleaser-action#370

we'll have to look into that how we can use it in v4
  • Loading branch information
aknysh committed Dec 27, 2022
1 parent aeb9459 commit cd8c270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -28,7 +28,7 @@ jobs:

# Build and release
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
uses: goreleaser/goreleaser-action@v3
with:
version: latest
args: release --parallelism 2 --rm-dist
Expand Down

0 comments on commit cd8c270

Please sign in to comment.