We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 832f72c commit 7bc4885Copy full SHA for 7bc4885
.github/workflows/pull-request.yml
@@ -19,4 +19,4 @@ jobs:
19
- run: yarn test
20
env:
21
CI: true
22
- - uses: codecov/codecov-action@v2
+ - uses: codecov/codecov-action@v3
.github/workflows/workflow.yml
@@ -25,7 +25,7 @@ jobs:
25
- run: yarn install
26
- run: yarn run test
27
- run: yarn run build
28
29
30
- if: ${{ steps.release.outputs.release_created }}
31
run: yarn publish
0 commit comments