diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d31e7a00a..e5e877fb1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -252,6 +252,8 @@ jobs: ########################################################################## - name: Checkout code uses: actions/checkout@v2 + with: + fetch-depth: 0 # Fetch full History for changelog ########################################################################## # SET ENVS ############################################################### ##########################################################################