We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27ab02e commit 515c014Copy full SHA for 515c014
.github/workflows/typescript_package_publish.yml
@@ -35,17 +35,11 @@ jobs:
35
run: |
36
cd ./scripts
37
yarn
38
-
39
- - name: Print NPM version
40
- run: npm --version
41
42
- # Ensure npm 11.5.1 or later is installed
+ # Ensure npm 11.5.1 or later is installed for OIDC support
43
- name: Update npm
44
- run: npm install -g npm@latest
45
46
- - name: Print NPM version after update
47
+ run: npm install -g [email protected]
48
49
- name: Publish to npm
50
- run: cd ./models/typescript && npm publish --dry-run
+ run: cd ./models/typescript && npm publish
51
0 commit comments