Skip to content

Commit

Permalink
Fix CD pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexMacocian committed Apr 11, 2024
1 parent deeccd8 commit 28c3b2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
run: |
$changeLog = git log --no-merges --pretty="%h - %s (%an)<br />" ${{ env.LatestReleaseTag }}..HEAD
echo "::set-env name=Changelog::$changeLog"
mkdir Publish
echo $changeLog > .\Publish\changelog.txt
env:
LatestReleaseTag: ${{steps.getLatestTag.outputs.tag}}
Expand Down

0 comments on commit 28c3b2f

Please sign in to comment.