We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9be1dc6 commit a7b1a4eCopy full SHA for a7b1a4e
.github/workflows/deploy.yml
@@ -50,6 +50,9 @@ jobs:
50
env:
51
PUBLISHED_PACKAGES: ${{ steps.changesets.outputs.publishedPackages }}
52
run: |
53
+ # Forces OIDC authentication for raw run commands
54
+ echo "//registry.npmjs.org/:_authToken=" > ~/.npmrc
55
+
56
for pkg in $(echo "$PUBLISHED_PACKAGES" | jq -r '.[] | @base64'); do
57
_jq() {
58
echo ${pkg} | base64 --decode | jq -r ${1}
0 commit comments