diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 404650a..25d1ff3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -39,6 +39,13 @@ jobs: echo "tarball_url=$tarball_url" >>"$GITHUB_OUTPUT" ) + - name: Checkout + uses: actions/checkout@v2 + with: + # See https://github.com/marketplace/actions/github-push + persist-credentials: false + fetch-depth: 0 + - name: Check Repo Release id: check-repo-release run: |