fix: more fixes with release action, ref: NOISSUE
Some checks failed
CI / linter (9.0.X, ubuntu-latest) (push) Successful in 1m55s
SonarQube Scan / SonarQube Trigger (push) Successful in 1m54s
CI / tests_linux (9.0.X, ubuntu-latest) (push) Successful in 1m59s
Update Level Inputs / run (push) Failing after 1m44s

This commit is contained in:
Simon Diesenreiter 2024-12-06 10:58:22 +01:00
parent 3bfb366367
commit 96d82766e0

View File

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