From 5c30e42c4ef42db94e09de3d89c74f89bfa1264d Mon Sep 17 00:00:00 2001 From: Maxime Boucher Date: Thu, 2 May 2024 10:58:22 -0700 Subject: [PATCH] ci: deploy depends on build --- .github/workflows/go.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 7b47a57..4d871ed 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -51,6 +51,9 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - name: Remove all unnecessary files + run: rm -rf .git .txt .md .yml .gitignore .github .idea .vscode resources/ + - name: Auth to Google Cloud uses: 'google-github-actions/auth@v2' with: