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 63fa708 commit a5b4ab8Copy full SHA for a5b4ab8
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
node-version: 22
24
registry-url: 'https://registry.npmjs.org'
25
- run: npm install
26
- - name: Update version in package.json, package-lock.json, and lib/version.ts
+ - name: Update version in package.json, package-lock.json
27
run: |
28
if [ "${{ github.event_name }}" == "workflow_dispatch" ]; then
29
VERSION=${{ github.event.inputs.version }}
0 commit comments