Skip to content

Commit

Permalink
ci: deploy depends on build
Browse files Browse the repository at this point in the history
  • Loading branch information
Napolitain committed May 2, 2024
1 parent 3dd8ed1 commit 5c30e42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5c30e42

Please sign in to comment.