Skip to content

Commit a7b1a4e

Browse files
committed
fix latest npm release tagging.
1 parent 9be1dc6 commit a7b1a4e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ jobs:
5050
env:
5151
PUBLISHED_PACKAGES: ${{ steps.changesets.outputs.publishedPackages }}
5252
run: |
53+
# Forces OIDC authentication for raw run commands
54+
echo "//registry.npmjs.org/:_authToken=" > ~/.npmrc
55+
5356
for pkg in $(echo "$PUBLISHED_PACKAGES" | jq -r '.[] | @base64'); do
5457
_jq() {
5558
echo ${pkg} | base64 --decode | jq -r ${1}

0 commit comments

Comments
 (0)