Skip to content

Commit

Permalink
Release 2.0.18 (#61)
Browse files Browse the repository at this point in the history
Co-authored-by: Denis Tokarev <[email protected]>
  • Loading branch information
github-actions[bot] and devlato authored Dec 8, 2024
1 parent a676bea commit a1b08be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
echo -e "${changelog}"
# You can now use the variable $changelog elsewhere in your script
printf '%s' "${changelog}" > CHANGELOG.md
printf '%b' "${changelog}" > CHANGELOG.md
- name: Upload new changelog
uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -195,6 +195,7 @@ jobs:
uses: actions/checkout@v4
with:
set-safe-directory: 'true'
fetch-tags: 'true'
- name: Trigger workflow
run: gh workflow run publish.yml --ref $( git describe --tags --abbrev=0 )
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "async-wait-until",
"version": "2.0.17",
"version": "2.0.18",
"description": "Waits until the given predicate function returns a truthy value, then resolves",
"main": "dist/index.js",
"module": "./dist/index.esm.js",
Expand Down

0 comments on commit a1b08be

Please sign in to comment.