Skip to content

Commit

Permalink
Add release condition
Browse files Browse the repository at this point in the history
  • Loading branch information
palson-cf committed May 14, 2020
1 parent 3dd5a36 commit 7ffdf6c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion codefresh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,8 @@ steps:
image: goreleaser/goreleaser:v0.133
stage: release
commands:
- goreleaser release --rm-dist
- goreleaser release --rm-dist
when:
condition:
all:
release: "'${{RELEASE}}' == 'true'"

0 comments on commit 7ffdf6c

Please sign in to comment.