Skip to content

Commit

Permalink
ci: trigger the Asia release job automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
beheh committed Aug 23, 2023
1 parent 9f56476 commit ad8ac3f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/asia-release.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit ad8ac3f

Please sign in to comment.