From 1c3586efbf0df6f669facaf0a006c194a76111d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=BC=9F=E8=B0=83=E8=B0=83?= Date: Mon, 29 Jul 2024 01:26:11 +0800 Subject: [PATCH] doc: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c8ba89..c981c98 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Then you can to use the resulting changelog. - name: Create Release uses: ncipollo/release-action@v1 - if: steps.create_tag.outputs.successful + if: steps.create_tag.outputs.successful == 'true' with: token: ${{ secrets.GITHUB_TOKEN }} name: ${{ steps.create_tag.outputs.version }}