Skip to content

Commit

Permalink
Fix pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Niklas Weimann <[email protected]>
  • Loading branch information
niklasweimann committed Dec 24, 2024
1 parent 63c2907 commit c4235ea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup dotnet '8.0.x'
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'
- name: Display dotnet version
run: dotnet --version
- name: Extract release notes
run: |
git log --pretty=format:'%d %s' ${GITHUB_REF} | perl -pe 's| \(.*tag: v(\d+.\d+.\d+(-preview\d{3})?)(, .*?)*\)|\n## \1\n|g' > RELEASE-NOTES
Expand Down

0 comments on commit c4235ea

Please sign in to comment.