diff --git a/.github/workflows/release-dry-run.yml b/.github/workflows/release-dry-run.yml index 8dddd8a..c7388e4 100644 --- a/.github/workflows/release-dry-run.yml +++ b/.github/workflows/release-dry-run.yml @@ -18,7 +18,7 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} - uses: technology-studio/github-workflows/.github/actions/install-dependencies@main - run: yarn test --coverage - - uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5 + - uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5 - run: | echo "PR_HEAD_REF=${{ github.event.pull_request.head.ref }}" >> $GITHUB_ENV - run: GITHUB_ACTIONS="" yarn semantic-release --extends ./.releaserc.dryrun.js