Skip to content

Commit 94e38db

Browse files
Fix typo & release 2.0.29 (#75)
Co-authored-by: Denis Tokarev <[email protected]>
1 parent a5c7a99 commit 94e38db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Report coverage
3636
uses: qltysh/qlty-action/coverage@v2
3737
with:
38-
token: '{{secrets.QLTY_COVERAGE_TOKEN}}'
38+
token: '${{secrets.QLTY_COVERAGE_TOKEN}}'
3939
files: coverage/lcov.info
4040
- name: Upload coverage
4141
uses: actions/upload-artifact@v4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "async-wait-until",
3-
"version": "2.0.28",
3+
"version": "2.0.29",
44
"description": "Waits until the given predicate function returns a truthy value, then resolves",
55
"main": "./dist/index.js",
66
"module": "./dist/index.esm.js",

0 commit comments

Comments
 (0)