Skip to content

Commit

Permalink
remove unnecessary version step
Browse files Browse the repository at this point in the history
My bad.
  • Loading branch information
RobinMalfait committed Jan 28, 2025
1 parent 35bc28b commit 28008f1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release-insiders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 28008f1

Please sign in to comment.