...
parent
3129901c40
commit
9b2a0a471f
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue