Another try with the right things commented out

This commit is contained in:
Pierre Jacquier
2025-04-10 14:22:30 -04:00
parent f0ba35c0b2
commit 8af9af2aa7

View File

@ -101,12 +101,11 @@ jobs:
yarn files:set-version
yarn files:flip-to-nightly
- name: Set release version
# if: ${{ env.IS_RELEASE == 'true' }}
if: 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: