Skip to content

Commit 19d7273

Browse files
authored
Add missing workflow step (#31)
1 parent 0a485fb commit 19d7273

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build_and_publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,12 @@ jobs:
112112
path: cloud2sql.com
113113
token: ${{ secrets.SOME_CI_PAT }}
114114

115+
- name: Install dependencies
116+
if: steps.release.outputs.prerelease == 'false'
117+
working-directory: ./cloud2sql.com
118+
run: |
119+
yarn install --frozen-lockfile
120+
115121
- name: Update released version
116122
if: steps.release.outputs.prerelease == 'false'
117123
shell: bash

0 commit comments

Comments
 (0)