chore(ci/docker): update nightly version on main branch

This commit is contained in:
Elian Doran 2025-11-15 17:47:14 +02:00
parent 5bcdce72ef
commit 3d971108b8
No known key found for this signature in database
2 changed files with 5 additions and 1 deletions

View File

@ -155,6 +155,10 @@ jobs:
- name: Update build info
run: pnpm run chore:update-build-info
- name: Update nightly version
if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
run: pnpm run chore:ci-update-nightly-version
- name: Run the TypeScript build
run: pnpm run server:build

View File

@ -57,7 +57,7 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Update nightly version
run: npm run chore:ci-update-nightly-version
run: pnpm run chore:ci-update-nightly-version
- name: Run the build
uses: ./.github/actions/build-electron
with: