We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35bc28b commit 28008f1Copy full SHA for 28008f1
.github/workflows/release-insiders.yml
@@ -121,9 +121,6 @@ jobs:
121
- name: Install dependencies
122
run: pnpm install --ignore-scripts --filter=!./playgrounds/*
123
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
-
127
- name: Build release
128
run: pnpm run --filter ${{ env.OXIDE_LOCATION }} build
129
env:
0 commit comments