Skip to content

Commit 48eeae1

Browse files
fix(release): update goreleaser action version and standardize string quotes
1 parent 01a4bcd commit 48eeae1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on:
44
workflow_dispatch:
55
inputs:
66
goReleaserArgs:
7-
description: 'Args goreleaser'
7+
description: "Args goreleaser"
88
required: false
9-
default: '--clean'
9+
default: "--clean"
1010
push:
1111
tags:
1212
- "v*"
@@ -34,11 +34,11 @@ jobs:
3434
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
3535
passphrase: ${{ secrets.PASSPHRASE }}
3636
- name: Run GoReleaser
37-
uses: goreleaser/goreleaser-action@v5
37+
uses: goreleaser/goreleaser-action@v6
3838
with:
3939
distribution: goreleaser
4040
version: latest
4141
args: release ${{ github.event.inputs.goReleaserArgs }}"
4242
env:
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44-
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
44+
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}

0 commit comments

Comments
 (0)