Skip to content

Commit

Permalink
Merge pull request #867 from Anselmoo/Anselmoo/issue861-fix
Browse files Browse the repository at this point in the history
fix: πŸ—οΈ Fix building docs and changelog
  • Loading branch information
Anselmoo authored Jul 2, 2023
2 parents 7477e7d + 41a2a40 commit b25f0f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
body: |
This Pull Request was automatically created by the Changelog Updater Action.
It updates the CHANGELOG.md with the release notes from the latest release.
branch: release/${{ github.event.release.tag_name }}

Release-Documentation:
if: ${{ contains(github.event.release.prerelease, false) }}
Expand Down Expand Up @@ -67,7 +68,7 @@ jobs:
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
- name: Fetch tags
run: git fetch --tags --prune --unshallow
run: git fetch --tags --prune
- name: Get previous tag
id: prev_tag
run: echo "::set-output name=prev_tag::$(git rev-list --tags --skip=1 --max-count=1)"
Expand Down

0 comments on commit b25f0f9

Please sign in to comment.