Skip to content

Commit

Permalink
Fix release job
Browse files Browse the repository at this point in the history
  • Loading branch information
thegridman committed Jan 27, 2021
1 parent 73519e4 commit 85281f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1436,7 +1436,7 @@ else
endif
git clean -d -f
git status
git commit -A -m "Release Coherence Operator version: $(VERSION)"
git commit -m "Release Coherence Operator version: $(VERSION)"
git log -1
ifeq (true, $(RELEASE_DRY_RUN))
@echo "release dry-run - would have pushed Helm chart and docs $(VERSION) to gh-pages"
Expand Down

0 comments on commit 85281f9

Please sign in to comment.