diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 17343f1..de6be3b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -30,6 +30,11 @@ jobs: runs-on: ubuntu-latest concurrency: ci-${{ github.ref }} steps: + - name: Checkout Project + uses: actions/checkout@v3 + with: + fetch-depth: 0 + - name: Get Release id: get_release uses: bruceadams/get-release@v1.3.2