Skip to content

Commit df86c82

Browse files
authoredMay 20, 2020
fix readme (#251)
1 parent 97b30c4 commit df86c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ jobs:
227227
```yaml
228228
- uses: actions/checkout@v2
229229
- run: |
230-
git fetch --prune --unshallow
230+
git fetch --prune --unshallow --tags
231231
```
232232

233233
# License

0 commit comments

Comments
 (0)
Please sign in to comment.