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: