diff --git a/.github/workflows/website-deployment.yml b/.github/workflows/website-deployment.yml index 5d67007a..f25ebcba 100644 --- a/.github/workflows/website-deployment.yml +++ b/.github/workflows/website-deployment.yml @@ -20,7 +20,7 @@ jobs: run: yarn working-directory: ./packages/website - name: Setup git user - run: setup-ci-git-user.sh + run: ./setup-ci-git-user.sh working-directory: ./.github/scripts env: GITHUB_TOKEN: ${{ secrets.GH_RELEASE_TOKEN }}