We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7729dc9 commit bb23845Copy full SHA for bb23845
.github/workflows/main.yml
@@ -14,7 +14,7 @@ jobs:
14
with:
15
token: ${{ secrets.GENEZIO_TOKEN }}
16
- name: Install patched Genezio CLI
17
- run: npm install -g genezio@3.2.11-beta
+ run: npm install -g genezio@3.2.11
18
- name: install pg
19
working-directory: ./server
20
run: npm install pg
0 commit comments