We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d33f86 commit 0e52769Copy full SHA for 0e52769
.codefresh/codefresh.yaml
@@ -141,7 +141,7 @@ steps:
141
- apk add git curl
142
- curl -L https://github.com/goreleaser/goreleaser/releases/download/v0.118.1/goreleaser_Linux_x86_64.tar.gz | tar xz
143
- mv goreleaser /bin/goreleaser
144
- - goreleaser release -f .goreleaser.yml --rm-dist --skip-validate --skip-publish
+ - goreleaser release -f .goreleaser.yml --rm-dist --skip-validate
145
when:
146
steps:
147
- name: create_git_tag
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "venona",
3
- "version": "0.27.0",
+ "version": "0.27.1",
4
"description": "Codefresh agent to run on Codefresh's runtime environment and execute pipeline",
5
"main": "index.js",
6
"scripts": {
0 commit comments