From 9c9c55706fcf3cb925b9dac136bb3d309fc7686d Mon Sep 17 00:00:00 2001 From: Richard Snider Date: Tue, 20 Feb 2024 09:44:51 -0800 Subject: [PATCH] simplify git checkout and tag fetch --- .github/workflows/release.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 01919ac..0b80214 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,14 +13,7 @@ jobs: steps: - uses: actions/checkout@v3 with: - token: ${{ secrets.GH_TOKEN }} - - - uses: oleksiyrudenko/gha-git-credentials@v2.1 - with: - token: '${{ secrets.GH_TOKEN }}' - - - name: Prepare repository - run: git fetch --unshallow --tags + fetch-tags: true - uses: actions/setup-node@v3 with: