zramsay 2023-09-27 20:10:11 -04:00
parent 9ccf0a0638
commit 932ee01299
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@
# Usage: build-npm-package.sh <registry-url> <publish-with-this-version>
# Note: supply the registry auth token in CERC_NPM_AUTH_TOKEN
#
echo "GITEA ACTIONS 1 is: $GITEA_ACTIONS"
echo "GITEA ACTIONS 2 is: ${GITEA_ACTIONS}"
if [[ "$GITEA_ACTIONS" = "true" ]]; then
echo "WORKS"
else