chore(ci/docker): version number set to late

This commit is contained in:
Elian Doran 2025-09-24 19:12:11 +03:00
parent a0f1a63fb6
commit a1741b8634
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View File

@ -74,7 +74,7 @@ runs:
- name: Update build info
shell: ${{ inputs.shell }}
run: npm run chore:update-build-info
run: pnpm run chore:update-build-info
# Critical debugging configuration
- name: Run electron-forge build with enhanced logging

View File

@ -152,12 +152,12 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Run the TypeScript build
run: pnpm run server:build
- name: Update build info
run: pnpm run chore:update-build-info
- name: Run the TypeScript build
run: pnpm run server:build
- name: Docker meta
id: meta
uses: docker/metadata-action@v5