From 41c1ddb7d386d66dc153e3e5448378dff6a5034f Mon Sep 17 00:00:00 2001 From: Andy Hsu Date: Thu, 29 Aug 2024 02:15:02 +0800 Subject: [PATCH] chore: Add tag_name parameter for beta release workflow --- .github/workflows/release_beta.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release_beta.yml b/.github/workflows/release_beta.yml index b73a4b9..cb8b2fb 100644 --- a/.github/workflows/release_beta.yml +++ b/.github/workflows/release_beta.yml @@ -151,5 +151,6 @@ jobs: with: fail_on_unmatched_files: true token: ${{ secrets.MY_TOKEN }} + tag_name: beta files: | *.proxy.json