Skip to content

Commit db0affe

Browse files
fix: apply code build script
1 parent e7bb7b4 commit db0affe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ _main() {
4545

4646
_check_if_is_git_repository
4747

48-
_check_if_repository_is_in_detached_state
48+
# _check_if_repository_is_in_detached_state
4949

5050
if "$INPUT_CREATE_GIT_TAG_ONLY"; then
5151
_log "debug" "Create git tag only";

0 commit comments

Comments
 (0)