Skip to content

Commit

Permalink
v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
roi-codefresh authored Jun 16, 2021
1 parent 0fc8e79 commit f3e65a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=v0.2.4
VERSION=v0.2.5
OUT_DIR=dist

CLI_NAME?=argocd-autopilot
Expand Down
2 changes: 2 additions & 0 deletions build/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ steps:
environment:
- HOMEBREW_GITHUB_API_TOKEN=${{GITHUB_TOKEN}}
commands:
- git config --global user.email "[email protected]"
- git config --global user.name "cf-ci-bot"
- brew bump-formula-pr --strict --no-browse --tag ${{CF_BRANCH_TAG_NORMALIZED}} --revision ${{CF_REVISION}} --fork-org codefresh-io ${{CF_REPO_NAME}}
when:
steps:
Expand Down

0 comments on commit f3e65a2

Please sign in to comment.