Skip to content

Commit ce7359a

Browse files
Fix typo in publish pipeline (#64)
* Fix typo in publish pipeline * Bump version --------- Co-authored-by: Denis Tokarev <[email protected]>
1 parent e659ebb commit ce7359a

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
@@ -175,7 +175,7 @@ jobs:
175175
runs-on: ubuntu-latest
176176
needs: [lint, test_and_report_coverage, build_code, build_docs, integration_tests, changelog]
177177
outputs:
178-
tag_name: '${{ steps.tagging.outputs.tagname }}'
178+
tagname: '${{ steps.tagging.outputs.tagname }}'
179179
steps:
180180
- name: Checkout
181181
uses: actions/checkout@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.19",
3+
"version": "2.0.20",
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)