generated from Templates/Dotnet_Library
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
6829393ddc | |||
af39dafdd0 |
@ -8,7 +8,6 @@ env:
|
|||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '15 0 1-25 12 *'
|
- cron: '15 0 1-25 12 *'
|
||||||
- cron: '42 3 1-25 12 *'
|
|
||||||
|
|
||||||
# Allows you to run this workflow manually from the Actions tab
|
# Allows you to run this workflow manually from the Actions tab
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
@ -26,7 +25,7 @@ jobs:
|
|||||||
- name: Update inputs and publish
|
- name: Update inputs and publish
|
||||||
env:
|
env:
|
||||||
SESSION_COOKIE: ${{ secrets.AOC_SESSION_COOKIE }}
|
SESSION_COOKIE: ${{ secrets.AOC_SESSION_COOKIE }}
|
||||||
run: |
|
run: |
|
||||||
dotnet run --project LevelInputUpdateRunner/LevelInputUpdateRunner.csproj
|
dotnet run --project LevelInputUpdateRunner/LevelInputUpdateRunner.csproj
|
||||||
git config --global user.email "gitearobot@disi.dev"
|
git config --global user.email "gitearobot@disi.dev"
|
||||||
git config --global user.name "Gitea Robot"
|
git config --global user.name "Gitea Robot"
|
||||||
|
@ -5,6 +5,14 @@ Changelog
|
|||||||
(unreleased)
|
(unreleased)
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
Fix
|
||||||
|
~~~
|
||||||
|
- Update workflow, ref: NOISSUE. [Simon Diesenreiter]
|
||||||
|
|
||||||
|
|
||||||
|
0.5.0 (2024-12-06)
|
||||||
|
------------------
|
||||||
|
|
||||||
Fix
|
Fix
|
||||||
~~~
|
~~~
|
||||||
- More workflow fix attempts, ref: NOISSUE. [Simon Diesenreiter]
|
- More workflow fix attempts, ref: NOISSUE. [Simon Diesenreiter]
|
||||||
|
@ -1 +1 @@
|
|||||||
0.5.0
|
0.5.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user