We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3831921 commit 1ce2067Copy full SHA for 1ce2067
.github/actions/build_angular/entrypoint.sh
@@ -2,6 +2,8 @@
2
3
set -e
4
5
+printf "//registry.npmjs.org/:_authToken=%s" "$NPM_AUTH_TOKEN_SHARED" > "$HOME/.npmrc"
6
+
7
PACKAGE_VERSION=$(jq '.version' --raw-output ./package.json)
8
9
echo "************* Building v$PACKAGE_VERSION *************"
.github/actions/build_node/entrypoint.sh
0 commit comments