Skip to content

Commit b72afbb

Browse files
Bump goreleaser/goreleaser-action from 6.0.0 to 6.3.0 (#116)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d24950c commit b72afbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
if: github.ref_type == 'tag'
4141

4242
- name: Build binary
43-
uses: goreleaser/goreleaser-action@v6.0.0
43+
uses: goreleaser/goreleaser-action@v6.3.0
4444
with:
4545
version: latest
4646
args: ${{ github.ref_type == 'tag' && 'release' || 'build --snapshot' }} --clean

0 commit comments

Comments
 (0)