fix: remove build step

This commit is contained in:
Vitaly Gashkov
2025-08-24 10:32:03 +05:00
parent 41b71bffb5
commit 99f5efca66
-1
View File
@@ -15,7 +15,6 @@ jobs:
node-version: 22 node-version: 22
registry-url: https://registry.npmjs.org/ registry-url: https://registry.npmjs.org/
- run: npm ci - run: npm ci
- run: npm run build
# Extract version from package.json and determine release channel # Extract version from package.json and determine release channel
- name: Parse version and determine release channel - name: Parse version and determine release channel