From 8232ee34bed6f2ed8bde5a455874918a1598f68c Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Thu, 6 Apr 2023 12:02:01 -0500 Subject: [PATCH] ci: remove release creation step and adjust trigger --- .github/workflows/build_patch_artifacts.yaml | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/.github/workflows/build_patch_artifacts.yaml b/.github/workflows/build_patch_artifacts.yaml index b172e6d..3f95423 100644 --- a/.github/workflows/build_patch_artifacts.yaml +++ b/.github/workflows/build_patch_artifacts.yaml @@ -4,22 +4,10 @@ permissions: contents: write on: - push: - tags: - - patch-v[0-9]+.* + release: + types: [created] jobs: - create-release: - runs-on: ubuntu-latest - - name: 📦 Create Release - - steps: - - uses: actions/checkout@v3 - - uses: taiki-e/create-gh-release-action@v1 - with: - token: ${{ secrets.GITHUB_TOKEN }} - upload-artifacts: strategy: matrix: