Skip to content

Commit a78c3b1

Browse files
authored
Fix debounce step of unstable publish action (#2870)
1 parent 59d8c52 commit a78c3b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish-unstable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- name: Debounce 30 minutes
42-
uses: zachary95/github-actions-debounce
42+
uses: zachary95/github-actions-debounce@v0.1.0
4343
with:
4444
wait: 1800
4545

0 commit comments

Comments
 (0)