diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index f4c7e10..38b6ed2 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -7,5 +7,7 @@ jobs: name: Verify commit messages steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Run commitsar uses: docker://aevea/commitsar@sha256:b77adebc0437d4f2bfdf9205a39003e88acbc77a9176fd086b386207a5f3f5cb diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c159ed4..7755bf4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,6 +11,8 @@ jobs: steps: - name: Check out code uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Release Notary Action uses: docker://aevea/release-notary@sha256:8b26ced466da96b23a947d5c9e58baac22ee1192fd08200011e5b178f42118a0