We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d192748 commit e1ee675Copy full SHA for e1ee675
.github/workflows/release-dry-run.yml
@@ -18,7 +18,7 @@ jobs:
18
ref: ${{ github.event.pull_request.head.ref }}
19
- uses: technology-studio/github-workflows/.github/actions/install-dependencies@main
20
- run: yarn test --coverage
21
- - uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5
+ - uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5
22
- run: |
23
echo "PR_HEAD_REF=${{ github.event.pull_request.head.ref }}" >> $GITHUB_ENV
24
- run: GITHUB_ACTIONS="" yarn semantic-release --extends ./.releaserc.dryrun.js
0 commit comments