Checkout repo on create-release job

This commit is contained in:
Carlos Quintana
2022-05-20 10:10:08 +02:00
parent f0de64bf95
commit 55dd0a6c0b
+5
View File
@@ -9,6 +9,11 @@ jobs:
name: create-release
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Install dependencies and check tag format
run: |
sudo apt update && sudo apt install -y jq