To revert: force release build

This commit is contained in:
Pierre Jacquier
2025-02-13 14:55:10 -05:00
parent 71eaac98b1
commit 6781f06492

View File

@ -13,7 +13,8 @@ on:
# Will checkout the last commit from the default branch (main as of 2023-10-04)
env:
IS_RELEASE: ${{ github.ref_type == 'tag' }}
# IS_RELEASE: ${{ github.ref_type == 'tag' }}
IS_RELEASE: true
IS_NIGHTLY: ${{ github.event_name == 'schedule' }}
concurrency:
@ -51,11 +52,11 @@ jobs:
if: ${{ env.IS_NIGHTLY == 'true' }}
run: yarn files:flip-to-nightly
- name: Set release version
if: ${{ env.IS_RELEASE == 'true' }}
run: |
export VERSION=${GITHUB_REF_NAME#v}
yarn files:set-version
# - name: Set release version
# if: ${{ env.IS_RELEASE == 'true' }}
# run: |
# export VERSION=${GITHUB_REF_NAME#v}
# yarn files:set-version
- uses: actions/upload-artifact@v4
with: