Skip to content

Commit 9cc4eea

Browse files
committed
Fetch master ref
1 parent 5e127f7 commit 9cc4eea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pr-tagging.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ jobs:
1515
sudo apt-get update
1616
sudo apt-get install -y jq
1717
18+
- name: Fetch relevant refs
19+
run: |
20+
# fetch master and unshallow HEAD
21+
git fetch origin --unshallow
22+
1823
- name: Tag app authors
1924
env:
2025
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)