Skip to content

Commit 85281f9

Browse files
committed
Fix release job
1 parent 73519e4 commit 85281f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1436,7 +1436,7 @@ else
14361436
endif
14371437
git clean -d -f
14381438
git status
1439-
git commit -A -m "Release Coherence Operator version: $(VERSION)"
1439+
git commit -m "Release Coherence Operator version: $(VERSION)"
14401440
git log -1
14411441
ifeq (true, $(RELEASE_DRY_RUN))
14421442
@echo "release dry-run - would have pushed Helm chart and docs $(VERSION) to gh-pages"

0 commit comments

Comments
 (0)