Skip to content

Commit 0e52769

Browse files
author
Oleg Sucharevich
committed
publish release binaries to github
1 parent 8d33f86 commit 0e52769

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.codefresh/codefresh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ steps:
141141
- apk add git curl
142142
- curl -L https://github.com/goreleaser/goreleaser/releases/download/v0.118.1/goreleaser_Linux_x86_64.tar.gz | tar xz
143143
- mv goreleaser /bin/goreleaser
144-
- goreleaser release -f .goreleaser.yml --rm-dist --skip-validate --skip-publish
144+
- goreleaser release -f .goreleaser.yml --rm-dist --skip-validate
145145
when:
146146
steps:
147147
- name: create_git_tag

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "venona",
3-
"version": "0.27.0",
3+
"version": "0.27.1",
44
"description": "Codefresh agent to run on Codefresh's runtime environment and execute pipeline",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)