File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 uses : actions/setup-node@v6
3030 with :
3131 node-version : 24
32- registry-url : https://registry.npmjs.org
3332 package-manager-cache : false
3433
3534 - name : Update npm CLI
3837 - name : Show npm version
3938 run : npm --version
4039
40+ - name : Verify OIDC environment
41+ run : |
42+ test -n "${ACTIONS_ID_TOKEN_REQUEST_URL:-}"
43+ test -n "${ACTIONS_ID_TOKEN_REQUEST_TOKEN:-}"
44+
4145 - name : Install dependencies
4246 run : pnpm install --frozen-lockfile
4347
6973 run : npm pack --dry-run
7074
7175 - name : Stage package
76+ env :
77+ NODE_AUTH_TOKEN : ' '
78+ NPM_CONFIG_USERCONFIG : ' '
7279 run : npm stage publish
Original file line number Diff line number Diff line change 11{
22 "name" : " vitepress-plugin-external-markdown" ,
3- "version" : " 0.2.1 " ,
3+ "version" : " 0.2.2 " ,
44 "description" : " Materialize Markdown files outside a VitePress srcDir as generated VitePress pages." ,
55 "homepage" : " https://github.com/Jabelic-Works/vitepress-plugin-external-markdown#readme" ,
66 "bugs" : {
You can’t perform that action at this time.
0 commit comments