Temp: Disable version setting based on tag

This commit is contained in:
Pierre Jacquier
2025-01-02 09:00:12 -05:00
parent b44f512f73
commit 1a8ab59b6b

View File

@ -53,11 +53,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: