Skip to content

Commit eb0baa0

Browse files
Remove the tag file download (#66)
* Remove the tag file download * Update package.json --------- Co-authored-by: Denis Tokarev <[email protected]>
1 parent 76843aa commit eb0baa0

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -197,11 +197,6 @@ jobs:
197197
needs: [maybe_tag]
198198
if: ${{ needs.maybe_tag.outputs.tagname != '' }}
199199
steps:
200-
- name: Download the tag file
201-
uses: actions/download-artifact@v4
202-
with:
203-
name: tag_lock
204-
path: tag_lock
205200
- name: Checkout
206201
uses: actions/checkout@v4
207202
with:

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