Skip to content

Commit 6ef35a8

Browse files
committed
chore: add installation step for latest alpha version of podverse-notifications in publish-alpha workflow
1 parent 77b9fb0 commit 6ef35a8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/publish-alpha.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
run: |
2828
npm i podverse-external-services@alpha --save
2929

30+
- name: Install podverse-notifications latest alpha version
31+
run: |
32+
npm i podverse-notifications@alpha --save
33+
3034
- name: Install podverse-orm latest alpha version
3135
run: |
3236
npm i podverse-orm@alpha --save

0 commit comments

Comments
 (0)