Skip to content

Commit e2e4572

Browse files
committed
CI: update goreleaser install path in GH Action
1 parent 3e5b4f9 commit e2e4572

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,4 @@ jobs:
3838
GPG_FINGERPRINT: oss@gridscale.io
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040
run: |
41-
curl -sfL https://install.goreleaser.com/github.com/goreleaser/goreleaser.sh | sh
42-
export PATH="./bin:$PATH"
43-
goreleaser release --rm-dist
41+
curl -sfL https://goreleaser.com/static/run | bash

0 commit comments

Comments
 (0)