Skip to content

Commit a5b4ab8

Browse files
eucytYang-33
andauthored
Update .github/workflows/release.yml
Co-authored-by: Yuta Kasai <[email protected]>
1 parent 63fa708 commit a5b4ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
node-version: 22
2424
registry-url: 'https://registry.npmjs.org'
2525
- run: npm install
26-
- name: Update version in package.json, package-lock.json, and lib/version.ts
26+
- name: Update version in package.json, package-lock.json
2727
run: |
2828
if [ "${{ github.event_name }}" == "workflow_dispatch" ]; then
2929
VERSION=${{ github.event.inputs.version }}

0 commit comments

Comments
 (0)