Skip to content

Commit c3a91fd

Browse files
committed
chore: remove installation steps for unused alpha versions of external services and ORM
1 parent 68e18df commit c3a91fd

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/publish-alpha.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,7 @@ jobs:
2020

2121
- name: Install podverse-helpers latest alpha version
2222
run: npm i podverse-helpers@alpha --save
23-
24-
- name: Install podverse-external-services latest alpha version
25-
run: npm i podverse-external-services@alpha --save
26-
27-
- name: Install podverse-orm latest alpha version
28-
run: npm i podverse-orm@alpha --save
29-
30-
- name: Install podverse-parser latest alpha version
31-
run: npm i podverse-parser@alpha --save
32-
23+
3324
- name: Clean install dependencies
3425
run: npm clean-install
3526

0 commit comments

Comments
 (0)