From e5710ac55a780808c2ec88da28fdbc892efbfcb9 Mon Sep 17 00:00:00 2001 From: rvost Date: Tue, 18 Jul 2023 00:46:09 +0300 Subject: [PATCH] ci: Add publishing to Github Releases --- .github/workflows/release.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 }}