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 a5c7a99 commit 94e38dbCopy full SHA for 94e38db
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Report coverage
36
uses: qltysh/qlty-action/coverage@v2
37
with:
38
- token: '{{secrets.QLTY_COVERAGE_TOKEN}}'
+ token: '${{secrets.QLTY_COVERAGE_TOKEN}}'
39
files: coverage/lcov.info
40
- name: Upload coverage
41
uses: actions/upload-artifact@v4
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "async-wait-until",
3
- "version": "2.0.28",
+ "version": "2.0.29",
4
"description": "Waits until the given predicate function returns a truthy value, then resolves",
5
"main": "./dist/index.js",
6
"module": "./dist/index.esm.js",
0 commit comments