We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e5b4f9 commit e2e4572Copy full SHA for e2e4572
1 file changed
.github/workflows/release.yml
@@ -38,6 +38,4 @@ jobs:
38
GPG_FINGERPRINT: oss@gridscale.io
39
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40
run: |
41
- curl -sfL https://install.goreleaser.com/github.com/goreleaser/goreleaser.sh | sh
42
- export PATH="./bin:$PATH"
43
- goreleaser release --rm-dist
+ curl -sfL https://goreleaser.com/static/run | bash
0 commit comments