@codfish/actions 0.0.0-PR-90--6ca832b → 0.0.0-PR-92--d5ff88a

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -119,7 +119,7 @@ intelligent caching, and version detection via input, .node-version, .nvmrc, or
119
119
  | `install-options` | Extra command-line options to pass to npm/pnpm/yarn install. | No | - |
120
120
  | `working-directory` | Directory containing package.json and lockfile. | No | `.` |
121
121
  | `registry-url` | Optional registry URL to configure for publishing (e.g. "https://registry.npmjs.org/"). Creates .npmrc with NODE_AUTH_TOKEN placeholder. NOT recommended if using semantic-release (it handles auth independently). Only needed for publishing with manual npm publish or other non-semantic-release workflows. | No | - |
122
- | `upgrade-npm` | Whether to upgrade npm to v11.5.1. This is required for OIDC trusted publishing but can be disabled if you want to shave off some run time and you are still using token-based authentication. | No | `true` |
122
+ | `upgrade-npm` | Whether to upgrade npm to v11.5.1. This is required for OIDC trusted publishing but can be disabled if you want to shave off some run time and you are still using token-based authentication. | No | - |
123
123
 
124
124
  **Outputs:**
125
125
 
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "description": "Composite GitHub Actions for my projects.",
5
5
  "author": "Chris O'Donnell <chris@codfish.dev>",
6
6
  "license": "MIT",
7
- "version": "0.0.0-PR-90--6ca832b",
7
+ "version": "0.0.0-PR-92--d5ff88a",
8
8
  "repository": {
9
9
  "type": "git",
10
10
  "url": "https://github.com/codfish/actions.git"
@@ -91,7 +91,7 @@ When multiple version specification methods are present, the action uses this pr
91
91
  | `install-options` | Extra command-line options to pass to npm/pnpm/yarn install. | No | - |
92
92
  | `working-directory` | Directory containing package.json and lockfile. | No | `.` |
93
93
  | `registry-url` | Optional registry URL to configure for publishing (e.g. "https://registry.npmjs.org/"). Creates .npmrc with NODE_AUTH_TOKEN placeholder. NOT recommended if using semantic-release (it handles auth independently). Only needed for publishing with manual npm publish or other non-semantic-release workflows. | No | - |
94
- | `upgrade-npm` | Whether to upgrade npm to v11.5.1. This is required for OIDC trusted publishing but can be disabled if you want to shave off some run time and you are still using token-based authentication. | No | `true` |
94
+ | `upgrade-npm` | Whether to upgrade npm to v11.5.1. This is required for OIDC trusted publishing but can be disabled if you want to shave off some run time and you are still using token-based authentication. | No | - |
95
95
 
96
96
  <!-- end inputs -->
97
97