diff --git a/.github/workflows/post_publish.yml b/.github/workflows/post_publish.yml index 2a08a9d3a3b..944ded4305f 100644 --- a/.github/workflows/post_publish.yml +++ b/.github/workflows/post_publish.yml @@ -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: