Skip to content

Commit

Permalink
fix: missing checkout before fly deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
cao7113 committed Jul 15, 2024
1 parent c76692a commit 85ce67a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ jobs:
needs: test-docker-images
concurrency: deploy-group
steps:
# fly.toml require this step
- name: Check out the repo
uses: actions/checkout@v4

# https://github.com/superfly/flyctl-actions
# https://github.com/marketplace/actions/github-action-for-flyctl
- name: Setup flyctl
Expand Down

0 comments on commit 85ce67a

Please sign in to comment.