Skip to content

Commit 4101dd5

Browse files
fix: use OIDC for platform package publishing
1 parent c3f2bf7 commit 4101dd5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,12 +146,10 @@ jobs:
146146
if [ -f "$pkg/package.json" ]; then
147147
echo "Publishing $pkg"
148148
cd "$pkg"
149-
npm publish --provenance --access public --tag ${{ steps.npm-tag.outputs.tag }} || true
149+
npm publish --provenance --access public --tag ${{ steps.npm-tag.outputs.tag }}
150150
cd ../..
151151
fi
152152
done
153-
env:
154-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
155153
156154
# Publish main package (after native packages)
157155
release:

0 commit comments

Comments
 (0)