Skip to content

Commit c56a72f

Browse files
authored
Fix release process - 3rd attempt (#84)
The previous commit had incorrect goreleaser config, now fixed.
1 parent de27cf6 commit c56a72f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goreleaser.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
project_name: hoverfly-github-action
33
version: 2
4-
build:
5-
skip: true
4+
builds:
5+
- skip: true
66
release:
77
github:
88
prerelease: auto

0 commit comments

Comments
 (0)