From 2fa7f0a1c8a565a8dc6f677be0ade26150698700 Mon Sep 17 00:00:00 2001 From: iosh Date: Tue, 17 Sep 2024 18:01:25 +0800 Subject: [PATCH] chore: update github action --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 59c0822..95ced30 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,7 @@ name: Release on: push: branches: - - main + - master concurrency: ${{ github.workflow }}-${{ github.ref }}