Skip to content

Commit 386c471

Browse files
authored
Flip deploy while vsce token is expired
1 parent f0ba83e commit 386c471

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ jobs:
2929
git config --local user.name "skovhus"
3030
name: Configure for pushing git tags
3131
32-
- run: bash scripts/release-client.sh
33-
name: Deploy VS Code extension
34-
env:
35-
VSCE_TOKEN: ${{ secrets.VSCE_PERSONAL_ACCESS_TOKEN }}
36-
3732
- run: bash scripts/release-server.sh
3833
name: Deploy server
3934
env:
4035
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
36+
37+
- run: bash scripts/release-client.sh
38+
name: Deploy VS Code extension
39+
env:
40+
VSCE_TOKEN: ${{ secrets.VSCE_PERSONAL_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)