Skip to content

Commit c6cdf39

Browse files
Add missing tagging step id (#65)
* Add missing tagging step id * Update package.json --------- Co-authored-by: Denis Tokarev <[email protected]>
1 parent a368c83 commit c6cdf39

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ jobs:
185185
run: npm ci --ignore-scripts
186186
- name: Maybe generate tag
187187
uses: Klemensas/action-autotag@stable
188+
id: tagging
188189
with:
189190
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
190191
tag_prefix: ''

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