We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e9340f commit 40e0647Copy full SHA for 40e0647
.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@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4
+ - uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # 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