We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a485fb commit 19d7273Copy full SHA for 19d7273
1 file changed
.github/workflows/build_and_publish.yml
@@ -112,6 +112,12 @@ jobs:
112
path: cloud2sql.com
113
token: ${{ secrets.SOME_CI_PAT }}
114
115
+ - name: Install dependencies
116
+ if: steps.release.outputs.prerelease == 'false'
117
+ working-directory: ./cloud2sql.com
118
+ run: |
119
+ yarn install --frozen-lockfile
120
+
121
- name: Update released version
122
if: steps.release.outputs.prerelease == 'false'
123
shell: bash
0 commit comments