Skip to content

Commit a1b08be

Browse files
Release 2.0.18 (#61)
Co-authored-by: Denis Tokarev <[email protected]>
1 parent a676bea commit a1b08be

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
echo -e "${changelog}"
146146
147147
# You can now use the variable $changelog elsewhere in your script
148-
printf '%s' "${changelog}" > CHANGELOG.md
148+
printf '%b' "${changelog}" > CHANGELOG.md
149149
- name: Upload new changelog
150150
uses: actions/upload-artifact@v4
151151
with:
@@ -195,6 +195,7 @@ jobs:
195195
uses: actions/checkout@v4
196196
with:
197197
set-safe-directory: 'true'
198+
fetch-tags: 'true'
198199
- name: Trigger workflow
199200
run: gh workflow run publish.yml --ref $( git describe --tags --abbrev=0 )
200201
env:

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.17",
3+
"version": "2.0.18",
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)