diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2021-10-20 19:01:36 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2021-10-20 19:01:36 +0200 |
commit | c6f69b11925c9ad5b977f3bf18e54ec5ac6f47e9 (patch) | |
tree | 497bf5d335b7cec58ea017d308980944fb4c8d51 /.github/workflows/release.yml | |
parent | de48dfb51890f9701ecc92d564e3ee54fae7574f (diff) | |
download | feed2imap-go-c6f69b11925c9ad5b977f3bf18e54ec5ac6f47e9.tar.gz feed2imap-go-c6f69b11925c9ad5b977f3bf18e54ec5ac6f47e9.tar.bz2 feed2imap-go-c6f69b11925c9ad5b977f3bf18e54ec5ac6f47e9.zip |
Fix release processv1.2.0
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 687b92d..621f110 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,6 +19,8 @@ jobs: - name: Checkout uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Get version from tag uses: little-core-labs/get-git-tag@v3.0.2 |