Fix build number base (#2638)

This commit is contained in:
Vince Grassia 2022-05-05 16:56:45 -04:00 committed by GitHub
parent e6fcdde29c
commit db02c2415b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 8 deletions

View File

@ -54,7 +54,7 @@ jobs:
- name: Increment Version
id: increment-version
run: |
BUILD_NUMBER=$(expr 500 + $GITHUB_RUN_NUMBER)
BUILD_NUMBER=$(expr 3000 + $GITHUB_RUN_NUMBER)
echo "Setting build number to $BUILD_NUMBER"
echo "::set-output name=build_number::$BUILD_NUMBER"
@ -223,13 +223,6 @@ jobs:
- name: Install Node dependencies
run: npm ci
- name: TEST STEP
shell: bash
run: |
pwd
echo "**********"
ls -alh
- name: Build & Sign (dev)
env:
ELECTRON_BUILDER_SIGN: 1