Skip to content

Commit d46b9a6

Browse files
committed
fix: adding if to the upload gcp as well
1 parent 6dc8c7a commit d46b9a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
credentials_json: '${{ secrets.GCP_CREDENTIALS }}'
5050

5151
- name: Upload docs folder to GCP
52+
if: steps.changesets.outputs.published == 'true'
5253
uses: google-github-actions/upload-cloud-storage@v3
5354
with:
5455
path: 'docs'

0 commit comments

Comments
 (0)