Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/release-please.yml')
-rw-r--r--.github/workflows/release-please.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml
index 6e0604199..42c997281 100644
--- a/.github/workflows/release-please.yml
+++ b/.github/workflows/release-please.yml
@@ -49,6 +49,7 @@ jobs:
run: echo "::set-output name=branch::${{ fromJSON(needs.release-please.outputs.pr).headBranchName }}"
- uses: actions/checkout@v3
with:
+ fetch-depth: 0
ref: ${{ steps.ref.outputs.branch }}
- name: Setup git user
run: |