diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 9fe30d4..cfccb55 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -51,11 +51,11 @@ jobs: - uses: actions/checkout@v4 with: ref: ${{ github.event.release.tag_name }}${{ github.event.inputs.name }} - - uses: c-hive/gha-yarn-cache@v2 - uses: actions/setup-node@v4 with: node-version: ${{ matrix.node_version }} architecture: ${{ matrix.system.arch }} + cache: yarn - uses: actions-rs/toolchain@v1 with: profile: minimal