From 1274e426022cdb798c98d2cc078bfeb8b4ed71f5 Mon Sep 17 00:00:00 2001 From: Charles de Dreuille Date: Thu, 7 Mar 2024 15:39:13 +0000 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3b5422e..2df2431 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,8 +7,12 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + with: + # Ensure that git uses your token with admin access to the repo + token: ${{ secrets.GITHUB_TOKEN }} - name: Prepare repository + # Fetch full git history and tags run: git fetch --unshallow --tags - name: Setup pnpm