We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0ba83e commit 386c471Copy full SHA for 386c471
1 file changed
.github/workflows/deploy.yml
@@ -29,12 +29,12 @@ jobs:
29
git config --local user.name "skovhus"
30
name: Configure for pushing git tags
31
32
- - run: bash scripts/release-client.sh
33
- name: Deploy VS Code extension
34
- env:
35
- VSCE_TOKEN: ${{ secrets.VSCE_PERSONAL_ACCESS_TOKEN }}
36
-
37
- run: bash scripts/release-server.sh
38
name: Deploy server
39
env:
40
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
+
+ - run: bash scripts/release-client.sh
+ name: Deploy VS Code extension
+ env:
+ VSCE_TOKEN: ${{ secrets.VSCE_PERSONAL_ACCESS_TOKEN }}
0 commit comments