Skip to content

Commit 1ce2067

Browse files
committed
Fix publishing: temp revert entrypoint.sh changes
See commit 67e27ba See commit bfc5299
1 parent 3831921 commit 1ce2067

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/actions/build_angular/entrypoint.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
set -e
44

5+
printf "//registry.npmjs.org/:_authToken=%s" "$NPM_AUTH_TOKEN_SHARED" > "$HOME/.npmrc"
6+
57
PACKAGE_VERSION=$(jq '.version' --raw-output ./package.json)
68

79
echo "************* Building v$PACKAGE_VERSION *************"

.github/actions/build_node/entrypoint.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
set -e
44

5+
printf "//registry.npmjs.org/:_authToken=%s" "$NPM_AUTH_TOKEN_SHARED" > "$HOME/.npmrc"
6+
57
PACKAGE_VERSION=$(jq '.version' --raw-output ./package.json)
68

79
echo "************* Building v$PACKAGE_VERSION *************"

0 commit comments

Comments
 (0)