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 769ef09 commit dabc24cCopy full SHA for dabc24c
codefresh.yml
@@ -52,10 +52,7 @@ steps:
52
image: codefresh/cli
53
fail_fast: false
54
commands:
55
- - 'apk update && apk add jq'
56
- - 'export PACKAGE_VERSION=$(jq -r ".version" package.json)'
57
- - "echo Current version: $PACKAGE_VERSION"
58
- - "git tag $PACKAGE_VERSION && echo Updating Homebrew formula && codefresh run 5a6f1c9804e70e0001b3acad -b=master --detach"
+ - "echo Updating Homebrew formula && codefresh run 5a6f1c9804e70e0001b3acad -b=master --detach"
59
when:
60
branch:
61
only: [ master ]
0 commit comments