Skip to content

Commit 231a7a4

Browse files
committed
feat: add installation step for podverse-queue latest alpha version
1 parent 75110a5 commit 231a7a4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish-alpha.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
- name: Install podverse-parser latest alpha version
3131
run: npm i podverse-parser@alpha --save
3232

33+
- name: Install podverse-queue latest alpha version
34+
run: npm i podverse-queue@alpha --save
35+
3336
- name: Clean install dependencies
3437
run: npm clean-install
3538

0 commit comments

Comments
 (0)