Skip to content

Commit b7842df

Browse files
committed
Fixed: Remove the logic for modifying the ci version
1 parent 11d2b23 commit b7842df

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,6 @@ jobs:
151151
node-version: "23"
152152
cache: pnpm
153153

154-
- name: Update version numbers
155-
env:
156-
VERSION: ${{ env.VERSION }}
157-
run: npm run set_version
158-
159154
- name: Setup Apple Certificate
160155
if: startsWith(matrix.platform, 'macos')
161156
env:

0 commit comments

Comments
 (0)