Skip to content

Commit d02a85d

Browse files
committed
Yarn faff
1 parent 3e74b94 commit d02a85d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/Deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ jobs:
4242
4343
# Re-run the yarn install outside of the workspace
4444
- run: |
45-
# Bump the version
46-
yarn workspace svelte-vscode update:package:beta
47-
4845
cd packages/svelte-vscode
4946
yarn install
5047
48+
# Bump the version
49+
yarn update:package:beta
50+
5151
# Just a hard constraint from azure
5252
echo "Once a year this expires, tell Orta to access https://dev.azure.com/ortatherox0608/_usersSettings/tokens to get a new one"
5353

0 commit comments

Comments
 (0)