We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5cff424 + d33acf3 commit fe3f841Copy full SHA for fe3f841
.github/workflows/ci.yaml
@@ -26,7 +26,7 @@ jobs:
26
- name: build and test binary
27
run: make ci
28
- name: GoReleaser Build
29
- uses: goreleaser/goreleaser-action@v4
+ uses: goreleaser/goreleaser-action@v5
30
with:
31
distribution: goreleaser
32
version: latest
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Run GoReleaser
33
34
0 commit comments