Skip to content

Commit

Permalink
Fixed bugs about publishing packages and images (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggtakec authored Sep 6, 2023
1 parent a1cbe51 commit 1ea3b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejstypevars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ elif [ "${CI_NODEJS_MAJOR_VERSION}" = "20" ]; then
INSTALL_PKG_LIST="git gcc g++ make k2hdkc-dev"
INSTALLER_BIN="apt-get"
INSTALL_QUIET_ARG="-qq"
IS_PUBLISHER=1
IS_PUBLISHER=0
fi

#---------------------------------------------------------------
Expand Down

0 comments on commit 1ea3b89

Please sign in to comment.