From 5a5810ef39cc8c8a3d75684c0664036cb98361ee Mon Sep 17 00:00:00 2001 From: hemengke <23536175@qq.com> Date: Thu, 27 Jun 2024 19:50:21 +0800 Subject: [PATCH] chore: ci --- .github/workflows/publish.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3a644fc6..6179cb59 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -33,10 +33,12 @@ jobs: args: publish -p $VSCE_TOKEN env: VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }} + create-release: + needs: publish-vscode name: Create Release + if: "contains(github.event.head_commit.message, 'release')" runs-on: ubuntu-latest - steps: - name: Checkout code uses: actions/checkout@master