zramsay 2023-09-27 20:01:49 -04:00
parent 3129901c40
commit 9b2a0a471f
1 changed files with 1 additions and 1 deletions

View File

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