From ad8ac3f88a784633d488d32220d0fdf263b4f323 Mon Sep 17 00:00:00 2001 From: Benedict Etzel Date: Thu, 24 Aug 2023 00:27:06 +0200 Subject: [PATCH] ci: trigger the Asia release job automatically --- .github/workflows/asia-release.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/asia-release.yml b/.github/workflows/asia-release.yml index 30138f851..d8d36a02d 100644 --- a/.github/workflows/asia-release.yml +++ b/.github/workflows/asia-release.yml @@ -1,11 +1,8 @@ name: Asia Release on: - workflow_dispatch: - inputs: - tag_name: - description: "Tag Name" - required: true + release: + types: [released] permissions: id-token: write @@ -23,7 +20,7 @@ jobs: uses: actions/setup-node@v1 - name: Download Assets - run: node ./build-scripts/download-release-assets.js ${{ github.event.inputs.tag_name }} + run: node ./build-scripts/download-release-assets.js ${{ github.event.release.tag_name }} - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v1