Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHX authored Oct 11, 2023
1 parent 7c15fa7 commit 390664f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
dotnet workload install wasm-tools
npm run build
node_modules/.bin/vsce pack -o azure-pipelines-vscode-ext.vsix
node_modules/.bin/vsce pack --prerelease -o azure-pipelines-vscode-ext-prerelease.vsix
node_modules/.bin/vsce pack --pre-release -o azure-pipelines-vscode-ext-pre-release.vsix
working-directory: src/azure-pipelines-vscode-ext
- name: Make layout
run: |
Expand Down

0 comments on commit 390664f

Please sign in to comment.