diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9337012..63d8769 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: shell: bash - run : git config user.email github-actions@github.com shell: bash - - run : git build add --all + - run : git add --all shell: bash - run : git remote set-url origin https://x-access-token:${{ secrets.PUBLISH_TOKEN }}@github.com/${{ github.repository }} shell: bash