From 60a4b6fc89c1bf1f6be87d3a1318169abd2a7ccc Mon Sep 17 00:00:00 2001 From: Ben Woo <30431861+benwoo1110@users.noreply.github.com> Date: Tue, 22 Aug 2023 23:45:48 +0800 Subject: [PATCH] fix: Version failing if more than pre.10 --- .github/workflows/call.github_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/call.github_release.yml b/.github/workflows/call.github_release.yml index b7336506..2c72ffe0 100644 --- a/.github/workflows/call.github_release.yml +++ b/.github/workflows/call.github_release.yml @@ -58,7 +58,7 @@ jobs: - name: Create release id: release - uses: benwoo1110/semantic-release-action@v1.0.0 + uses: benwoo1110/semantic-release-action@v1.0.1 with: github_token: ${{ secrets.GITHUB_TOKEN }} release_mode: ${{ inputs.release_mode }}