Skip to content

Commit

Permalink
Release pipeline: fix changelog issue
Browse files Browse the repository at this point in the history
  • Loading branch information
giorio94 committed Oct 21, 2020
1 parent 7ebf6be commit 23e70c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
with:
# The changelog generation requires the entire history
fetch-depth: 0
persist-credentials: false

- name: Get the CrownLabs version to be released
Expand Down Expand Up @@ -86,4 +88,3 @@ jobs:
repository: netgroup-polito/CrownOps
event-type: release-event
client-payload: '{"version": "${{ steps.version.outputs.version }}"}'

0 comments on commit 23e70c3

Please sign in to comment.