Skip to content

Commit

Permalink
Merge pull request #327 from netgroup-polito/mio/changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
palexster authored Oct 21, 2020
2 parents 7ebf6be + 23e70c3 commit b92b1ae
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 b92b1ae

Please sign in to comment.