diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fc7a9af..5634734 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -89,10 +89,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: getgoui/docsite fetch-depth: 0 + ref: 'main' token: ${{ secrets.BOT_TOKEN }} - name: git config