diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c72d22e..5d9ef84 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,4 +27,10 @@ jobs: pat: ${{ secrets.VS_MARKETPLACE_TOKEN }} registryUrl: https://marketplace.visualstudio.com extensionFile: ${{ steps.publishToOpenVSX.outputs.vsixPath }} - skipDuplicate: true \ No newline at end of file + skipDuplicate: true + - name: Create release + uses: "marvinpinto/action-automatic-releases@latest" + with: + repo_token: "${{ secrets.GITHUB_TOKEN }}" + draft: true + files: ${{ steps.publishToOpenVSX.outputs.vsixPath }}