From 2c731d6d6743efe201a3e2b76653c9381df635f9 Mon Sep 17 00:00:00 2001 From: Duc Le Date: Thu, 30 May 2024 03:38:42 +0100 Subject: [PATCH] Fix release CI --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1c389a0..5421dfd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,6 +4,7 @@ on: pull_request: branches: [main] types: [closed] + workflow_dispatch: jobs: create_release: @@ -18,5 +19,5 @@ jobs: github.event.pull_request.merged shell: bash -l {0} run: | - pip3 install requests + pip3 install requests numpy python3 release.py --notest --github --create_tag --token=${{ secrets.GH_GIST_TOKEN }}