We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 390c251 commit afa2eceCopy full SHA for afa2ece
.github/workflows/publish-platform.yml
@@ -193,12 +193,6 @@ jobs:
193
with:
194
node-version: "24"
195
196
- - name: Configure npm for OIDC publishing
197
- if: steps.check.outputs.skip != 'true'
198
- run: |
199
- echo "registry=https://registry.npmjs.org/" > ~/.npmrc
200
- echo "//registry.npmjs.org/:_authToken=" >> ~/.npmrc
201
-
202
- name: Publish ${{ matrix.platform }}
203
if: steps.check.outputs.skip != 'true'
204
run: |
0 commit comments