Skip to content

Commit 515c014

Browse files
committed
final auth test for OIDC
1 parent 27ab02e commit 515c014

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/typescript_package_publish.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,11 @@ jobs:
3535
run: |
3636
cd ./scripts
3737
yarn
38-
39-
- name: Print NPM version
40-
run: npm --version
4138
42-
# Ensure npm 11.5.1 or later is installed
39+
# Ensure npm 11.5.1 or later is installed for OIDC support
4340
- name: Update npm
44-
run: npm install -g npm@latest
45-
46-
- name: Print NPM version after update
47-
run: npm --version
41+
run: npm install -g [email protected]
4842

4943
- name: Publish to npm
50-
run: cd ./models/typescript && npm publish --dry-run
44+
run: cd ./models/typescript && npm publish
5145

0 commit comments

Comments
 (0)