Skip to content

Commit f0cc7e3

Browse files
committed
fix: troubleshoot npm publish error after changing to trusted publishers
1 parent 846a810 commit f0cc7e3

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/manual-publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,13 @@ jobs:
4545
- name: Build TypeScript package
4646
run: npm run build
4747

48-
- name: Preflight OIDC and npm registry
49-
working-directory: packages/flarelette-jwt-ts
48+
- name: Preflight OIDC availability
5049
run: |
5150
if [ -z "${ACTIONS_ID_TOKEN_REQUEST_URL:-}" ]; then
5251
echo "OIDC token request URL is missing (check id-token: write permissions)."
5352
exit 1
5453
fi
5554
echo "OIDC environment is available."
56-
npm config get registry
5755
5856
- name: OIDC token check
5957
run: |

0 commit comments

Comments
 (0)