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.
1 parent c39bb69 commit 5007ff9Copy full SHA for 5007ff9
.github/workflows/ci.yml
@@ -151,7 +151,7 @@ jobs:
151
if: github.ref_type == 'tag'
152
153
- name: Run GoReleaser
154
- uses: goreleaser/goreleaser-action@336e29918d653399e599bfca99fadc1d7ffbc9f7 # v4.3.0
+ uses: goreleaser/goreleaser-action@3fa32b8bb5620a2c1afe798654bbad59f9da4906 # v4.4.0
155
with:
156
version: latest
157
args: ${{ github.ref_type == 'tag' && 'release' || 'build --snapshot' }} ${{ github.event_name == 'pull_request' && '--single-target' || '' }} --clean
0 commit comments