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 | |
parent | de48dfb51890f9701ecc92d564e3ee54fae7574f (diff) | |
download | feed2imap-go-c6f69b11925c9ad5b977f3bf18e54ec5ac6f47e9.tar.gz feed2imap-go-c6f69b11925c9ad5b977f3bf18e54ec5ac6f47e9.tar.bz2 feed2imap-go-c6f69b11925c9ad5b977f3bf18e54ec5ac6f47e9.zip |
Fix release processv1.2.0
-rw-r--r-- | .github/workflows/release.yml | 2 | ||||
-rw-r--r-- | .goreleaser.yml | 3 |
2 files changed, 2 insertions, 3 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 diff --git a/.goreleaser.yml b/.goreleaser.yml index d7b153b..e108892 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -60,6 +60,3 @@ archives: - README.md - CHANGELOG.md - config.yml.example - -changelog: - skip: true |