diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 174d423..87c7a05 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: uses: jaywcjlove/github-action-contributors@main with: filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\]) - output: build/CONTRIBUTORS.svg + output: website/build/CONTRIBUTORS.svg avatarSize: 42 - name: Create Tag @@ -39,7 +39,7 @@ jobs: uses: jaywcjlove/create-tag-action@main with: token: ${{ secrets.GITHUB_TOKEN }} - package-path: ./package.json + package-path: ./core/package.json - name: get tag version id: tag_version @@ -50,7 +50,7 @@ jobs: with: commit_message: ${{steps.tag_version.outputs.tag}} ${{ github.event.head_commit.message }} github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./build + publish_dir: ./website/build - name: Generate Changelog id: changelog