From e8c18c86f3ee33517d8cbfe7d4ef8f1ebdbc9c7f Mon Sep 17 00:00:00 2001 From: Haofan Zheng Date: Wed, 28 Feb 2024 01:48:22 -0800 Subject: [PATCH] updated new version of GitHubApiHelper in github action --- .github/workflows/test-and-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-release.yaml b/.github/workflows/test-and-release.yaml index 9e5e243..e1637fe 100644 --- a/.github/workflows/test-and-release.yaml +++ b/.github/workflows/test-and-release.yaml @@ -32,7 +32,7 @@ jobs: - name: Installing GitHubApiHelper run: | - python3 -m pip install git+https://github.com/zhenghaven/GitHubApiHelper.git@v0.1.2 + python3 -m pip install git+https://github.com/zhenghaven/GitHubApiHelper.git@v0.1.3 - name: Get latest version id: latest_ver