diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3b7ea53..51b45ea 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,6 @@ jobs: cache: "yarn" cache-dependency-path: | ${{ github.workspace }}/yarn.lock - ${{ github.workspace }}/package.json - name: 'Run semantic-release in "${{ matrix.directory }}"' working-directory: ${{ matrix.directory }} shell: bash