From 5b14a79e15a58e4e726a97efc10541bb4cb52c9a Mon Sep 17 00:00:00 2001 From: Christine Wang Date: Wed, 5 Feb 2025 18:23:05 -0800 Subject: [PATCH] chore add workflow dispatch to auto release --- .github/workflows/auto-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 02df7d930..9053614e7 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -3,6 +3,7 @@ on: push: branches: - develop + workflow_dispatch: permissions: contents: read @@ -20,6 +21,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 + lfs: true - uses: codfish/semantic-release-action@v3 id: semantic