fix: fix missing gitchangelog binary for workflow, ref: NOISSUE
All checks were successful
CI / linter (9.0.X, ubuntu-latest) (push) Successful in 1m52s
SonarQube Scan / SonarQube Trigger (push) Successful in 1m53s
CI / tests_linux (9.0.X, ubuntu-latest) (push) Successful in 2m4s

This commit is contained in:
Simon Diesenreiter 2024-12-06 00:10:49 +01:00
parent 6803bdd797
commit 76018ea0de

View File

@ -22,6 +22,12 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: '9.0.X'
- name: set up Python
uses: actions/setup-python@v5
with:
python-version: '3.13'
cache: 'pip' # caching pip dependencies
- run: pip install gitchangelog
- name: Update inputs and publish
env:
SESSION_COOKIE: ${{ secrets.AOC_SESSION_COOKIE }}