We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80a406e commit 3c0de24Copy full SHA for 3c0de24
.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@cf3f51a67d2820f7a7cefa0831889fbbef41ca57 # 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