Skip to content

Commit

Permalink
Adds vsix asset to release
Browse files Browse the repository at this point in the history
  • Loading branch information
baflo committed Sep 24, 2024
1 parent a8acd85 commit 560c583
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/create-vsix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
node-version: 20
- run: npm ci
- name: Create package
id: createPackage
uses: HaaLeo/publish-vscode-extension@v1
with:
dryRun: true
Expand All @@ -26,4 +27,5 @@ jobs:
gh release create "$tag" \
--repo="$GITHUB_REPOSITORY" \
--title="${tag#v}" \
--generate-notes
--generate-notes \
"${{ steps.createPackage.outputs.vsixPath }}#VSCode Extension Package File"

0 comments on commit 560c583

Please sign in to comment.