From a1fd3e5d5d8297b65d644b9886d4c749762bf3b6 Mon Sep 17 00:00:00 2001 From: Andrew <56427313+AndrewEhlo@users.noreply.github.com> Date: Mon, 26 Feb 2024 18:21:27 +0500 Subject: [PATCH] Update welcome.yml --- .github/workflows/welcome.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/welcome.yml b/.github/workflows/welcome.yml index 85632ce..4a20ae3 100644 --- a/.github/workflows/welcome.yml +++ b/.github/workflows/welcome.yml @@ -14,6 +14,9 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Create GH Release run: | gh release create v1.0.0 --title "My Release" --notes "This is my release notes"