Skip to content

Commit

Permalink
Use fixed version of goreleaser
Browse files Browse the repository at this point in the history
There are some yaml errors in the latest version which need
to be investigated.
  • Loading branch information
tg committed Sep 21, 2023
1 parent 92d8855 commit eb477f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
with:
# either 'goreleaser' (default) or 'goreleaser-pro'
distribution: goreleaser
version: latest
version: v1.15.2
args: release -f ./.goreleaser-deb.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit eb477f1

Please sign in to comment.