Skip to content

Commit

Permalink
ci: Add publishing to Github Releases
Browse files Browse the repository at this point in the history
  • Loading branch information
rvost committed Oct 1, 2023
1 parent 9fbb61e commit e5710ac
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,10 @@ jobs:
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
registryUrl: https://marketplace.visualstudio.com
extensionFile: ${{ steps.publishToOpenVSX.outputs.vsixPath }}
skipDuplicate: true
skipDuplicate: true
- name: Create release
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
draft: true
files: ${{ steps.publishToOpenVSX.outputs.vsixPath }}

0 comments on commit e5710ac

Please sign in to comment.