Skip to content

Commit 327bd4d

Browse files
authored
Fix goreleaser gh actions workflow (#141)
Fix goreleaser gh actions workflow yaml syntax error
1 parent f5d9c42 commit 327bd4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66
- '*.*.*'
77

88
jobs:
9-
name: Release a new version
109
goreleaser:
10+
name: Release a new version
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout

0 commit comments

Comments
 (0)