From b7c2eb84359055b2e21aacf0d3edbec84128a2cc Mon Sep 17 00:00:00 2001 From: EstrellaXD Date: Sun, 24 Sep 2023 14:11:13 +0800 Subject: [PATCH] fix: ci problem. --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7acf9cbd..791592bd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -69,10 +69,10 @@ jobs: fi - name: Create Tag uses: rickstaa/action-create-tag@v1 - if: ${{ step.release.outputs.release == 1 && step.dev.outputs.dev != 1 }} + if: ${{ steps.release.outputs.release == 1 && steps.dev.outputs.dev != 1 }} with: - tag: ${{ step.version.outputs.version }} - message: ${{ step.version.outputs.version }} + tag: ${{ steps.version.outputs.version }} + message: ${{ steps.version.outputs.version }} github_token: ${{ secrets.ACCESS_TOKEN }} - name: Check result run: |