From 6c6072c2222d5e7227526a084f859aad61e71620 Mon Sep 17 00:00:00 2001 From: Aurelien Vaillant Date: Mon, 7 Mar 2022 17:18:11 +0100 Subject: [PATCH] Fix commit info about the package setup --- .github/workflows/package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 523e876..f6266b9 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -41,7 +41,7 @@ jobs: - name: Commit the previous update uses: actions-js/push@v1.3 - if: ${{ inputs.draft_version == false }} + if: ${{ inputs.draft_version == 'false' }} with: github_token: ${{secrets.GITHUB_TOKEN}} author_name: Moderlab