Skip to content

Commit

Permalink
Fixed Create Release Action
Browse files Browse the repository at this point in the history
  • Loading branch information
bard83 committed Dec 13, 2023
1 parent 2c73f63 commit 00afd17
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,15 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}
- run: |
rm -rf node_modules
rm yarn.lock
yarn cache clean
yarn install
npm i -g @vscode/vsce
- name: Build extension
run: |
npm i -g @vscode/vsce
vsce package --yarn -o csharpextension-${GITHUB_REF#refs/tags/}.vsix
mv csharpextension-${GITHUB_REF#refs/tags/}.vsix out/artifact/csharpextension-${GITHUB_REF#refs/tags/}.vsix
Expand Down

0 comments on commit 00afd17

Please sign in to comment.