Skip to content

Commit 28008f1

Browse files
committed
remove unnecessary version step
My bad.
1 parent 35bc28b commit 28008f1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/release-insiders.yml

-3
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,6 @@ jobs:
121121
- name: Install dependencies
122122
run: pnpm install --ignore-scripts --filter=!./playgrounds/*
123123

124-
- name: 'Version based on commit: 0.0.0-${{ env.RELEASE_CHANNEL }}.${{ env.SHA_SHORT }}'
125-
run: pnpm run version-packages 0.0.0-${{ env.RELEASE_CHANNEL }}.${{ env.SHA_SHORT }}
126-
127124
- name: Build release
128125
run: pnpm run --filter ${{ env.OXIDE_LOCATION }} build
129126
env:

0 commit comments

Comments
 (0)