We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 466e213 commit 8ba8286Copy full SHA for 8ba8286
.github/workflows/publish-alpha.yml
@@ -24,6 +24,9 @@ jobs:
24
- name: Install podverse-external-services latest alpha version
25
run: npm i podverse-external-services@alpha --save
26
27
+ - name: Install podverse-notifications latest alpha version
28
+ run: npm i podverse-notifications@alpha --save
29
+
30
- name: Install podverse-orm latest alpha version
31
run: npm i podverse-orm@alpha --save
32
0 commit comments