Skip to content

Commit 873fc90

Browse files
committed
Allow releasing from codespace
1 parent e4ef407 commit 873fc90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ _LATEST_TAG = $(shell git tag | sort -V | tail -1)
88
.PHONY: release
99
release: test
1010
# Validate
11-
[[ "$$(whoami)" = art ]] # Currently only @artnc can push to Docker Hub etc.
11+
[[ "$$(whoami)" = art || "$$(whoami)" = codespace ]] # Currently only @artnc can push to Docker Hub etc.
1212
[[ -n "${V}" ]] # New version number was provided
1313
[[ -z "$$(git status --porcelain)" ]] # Master is clean
1414

0 commit comments

Comments
 (0)