From 10a108ba50e4cb01d8f80caf2510b106b535c2da Mon Sep 17 00:00:00 2001 From: Sebastian Date: Sat, 22 Oct 2022 23:43:51 +0200 Subject: [PATCH] chore: improve documentation to be able to bump pull requests correctly --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3b9f97c..2f83e8b 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 0 + ref: ${{ github.event.pull_request.head.sha }} - name: Get next version id: get_next_version uses: thenativeweb/get-next-version