aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2021-10-20 19:01:36 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2021-10-20 19:01:36 +0200
commitc6f69b11925c9ad5b977f3bf18e54ec5ac6f47e9 (patch)
tree497bf5d335b7cec58ea017d308980944fb4c8d51 /.github
parentde48dfb51890f9701ecc92d564e3ee54fae7574f (diff)
downloadfeed2imap-go-c6f69b11925c9ad5b977f3bf18e54ec5ac6f47e9.tar.gz
feed2imap-go-c6f69b11925c9ad5b977f3bf18e54ec5ac6f47e9.tar.bz2
feed2imap-go-c6f69b11925c9ad5b977f3bf18e54ec5ac6f47e9.zip
Fix release processv1.2.0
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml2
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