Skip to content

Commit 4ac3fd5

Browse files
fix: git log retrieval issues (#578)
1 parent 94266f1 commit 4ac3fd5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
steps:
1313
- name: Checkout twilio-python
1414
uses: actions/checkout@v2
15+
with:
16+
fetch-depth: 0
1517

1618
- name: Login to Docker Hub
1719
uses: docker/login-action@v1

0 commit comments

Comments
 (0)