Skip to content

Commit de27cf6

Browse files
authored
Fix broken release process - 2nd attempt (#83)
In the previous commit we erroneously removed the instruction in the goreleaser config to skip the goreleaser build. This commit fixes the problem by reinstating that instruction.
1 parent bebd540 commit de27cf6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.goreleaser.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
project_name: hoverfly-github-action
33
version: 2
4+
build:
5+
skip: true
46
release:
57
github:
68
prerelease: auto

0 commit comments

Comments
 (0)