diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5e03fb1..d3ceb1d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,10 +16,9 @@ jobs: pages: write steps: - name: Checkout code - uses: actions/checkout@v2 - - - name: Fetch tags - run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* + uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Set up Python uses: actions/setup-python@v1