remove unnecessary version step

My bad.
This commit is contained in:
Robin Malfait 2025-01-28 16:34:01 +01:00
parent 35bc28b16b
commit 28008f1571
No known key found for this signature in database

View File

@ -121,9 +121,6 @@ jobs:
- name: Install dependencies
run: pnpm install --ignore-scripts --filter=!./playgrounds/*
- name: 'Version based on commit: 0.0.0-${{ env.RELEASE_CHANNEL }}.${{ env.SHA_SHORT }}'
run: pnpm run version-packages 0.0.0-${{ env.RELEASE_CHANNEL }}.${{ env.SHA_SHORT }}
- name: Build release
run: pnpm run --filter ${{ env.OXIDE_LOCATION }} build
env: