Skip to content

Commit

Permalink
Install dotnet _before_ we need it.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne committed Nov 15, 2024
1 parent 55ce2fa commit 0b560a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/maestro-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ jobs:
contents: read

steps:
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '9'

- name: 'Compute changelog'
run: |
set -exo pipefail
git clone https://github.com/spouliot/dotnet-tools
cd dotnet-tools/changelog
dotnet run https://github.com/$GITHUB_REPOSITORY/pull/${GITHUB_REF_NAME/\/*/} > /tmp/changelog.txt 2>&1
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '9'

- name: 'Add changelog'
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 0b560a1

Please sign in to comment.