Compare commits

...

2 Commits
main ... 0.5.1

Author SHA1 Message Date
6829393ddc release: version 0.5.1 🚀
All checks were successful
Upload Python Package / Create Release (push) Successful in 11s
Upload Python Package / deploy (push) Successful in 1m56s
2024-12-13 14:02:48 +01:00
af39dafdd0 fix: update workflow, ref: NOISSUE 2024-12-13 14:02:19 +01:00
3 changed files with 10 additions and 3 deletions

View File

@ -8,7 +8,6 @@ env:
on:
schedule:
- cron: '15 0 1-25 12 *'
- cron: '42 3 1-25 12 *'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
@ -26,7 +25,7 @@ jobs:
- name: Update inputs and publish
env:
SESSION_COOKIE: ${{ secrets.AOC_SESSION_COOKIE }}
run: |
run: |
dotnet run --project LevelInputUpdateRunner/LevelInputUpdateRunner.csproj
git config --global user.email "gitearobot@disi.dev"
git config --global user.name "Gitea Robot"

View File

@ -5,6 +5,14 @@ Changelog
(unreleased)
------------
Fix
~~~
- Update workflow, ref: NOISSUE. [Simon Diesenreiter]
0.5.0 (2024-12-06)
------------------
Fix
~~~
- More workflow fix attempts, ref: NOISSUE. [Simon Diesenreiter]

View File

@ -1 +1 @@
0.5.0
0.5.1