OPS: Fetch history for workflow

This commit is contained in:
Marcos Rodriguez Velez 2023-12-08 10:16:11 -04:00
parent d58828ad7e
commit 9436277885
No known key found for this signature in database
GPG key ID: 6030B2F48CCE86D7

View file

@ -13,6 +13,8 @@ jobs:
steps:
- name: Checkout project
uses: actions/checkout@v3
with:
fetch-depth: 0 # Fetches all history
- name: Specify node version
uses: actions/setup-node@v2-beta