Skip to content

Commit

Permalink
fix: add missing checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Jul 13, 2023
1 parent 1452dcf commit d48a619
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/post_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
runs-on: ubuntu-22.04
if: github.repository == 'denoland/fresh'
steps:
- name: Checkout repo
uses: actions/checkout@v3

- name: Authenticate with Google Cloud
uses: google-github-actions/auth@v1
with:
Expand Down

0 comments on commit d48a619

Please sign in to comment.