Compare commits
No commits in common. "5510832538e15b4e6d181824442152d024bd4a46" and "2c2a58975ecb08e09f7920e2c736370793e0af9e" have entirely different histories.
5510832538
...
2c2a58975e
@ -57,6 +57,13 @@ jobs:
|
|||||||
username: gitearobot
|
username: gitearobot
|
||||||
password: ${{ secrets.PACKAGE_GITEA_PAT }}
|
password: ${{ secrets.PACKAGE_GITEA_PAT }}
|
||||||
registry: git.disi.dev
|
registry: git.disi.dev
|
||||||
|
- name: Login to HomeLab NuGet feed
|
||||||
|
uses: sersoft-gmbh/dotnet-nuget-login-action@v1
|
||||||
|
with:
|
||||||
|
registry-url: 'https://git.disi.dev/api/packages/HomeLab/nuget/index.json'
|
||||||
|
registry-name: HomeLab
|
||||||
|
username: gitearobot
|
||||||
|
password: ${{ secrets.PACKAGE_GITEA_PAT }}
|
||||||
- name: Build and publish
|
- name: Build and publish
|
||||||
run: |
|
run: |
|
||||||
REPOSITORY_OWNER=$(echo "$GITHUB_REPOSITORY" | awk -F '/' '{print $1}' | tr '[:upper:]' '[:lower:]')
|
REPOSITORY_OWNER=$(echo "$GITHUB_REPOSITORY" | awk -F '/' '{print $1}' | tr '[:upper:]' '[:lower:]')
|
||||||
|
11
HISTORY.md
11
HISTORY.md
@ -5,21 +5,10 @@ Changelog
|
|||||||
(unreleased)
|
(unreleased)
|
||||||
------------
|
------------
|
||||||
|
|
||||||
Fix
|
|
||||||
~~~
|
|
||||||
- Remove uinnecessary NuGet login refs NOISSUE. [Simon Diesenreiter]
|
|
||||||
|
|
||||||
|
|
||||||
0.1.16 (2025-04-15)
|
|
||||||
-------------------
|
|
||||||
|
|
||||||
Fix
|
Fix
|
||||||
~~~
|
~~~
|
||||||
- Add direct CronTimer reference refs NOISSUE. [Simon Diesenreiter]
|
- Add direct CronTimer reference refs NOISSUE. [Simon Diesenreiter]
|
||||||
|
|
||||||
Other
|
|
||||||
~~~~~
|
|
||||||
|
|
||||||
|
|
||||||
0.1.15 (2025-04-15)
|
0.1.15 (2025-04-15)
|
||||||
-------------------
|
-------------------
|
||||||
|
@ -1 +1 @@
|
|||||||
0.1.17
|
0.1.16
|
||||||
|
Loading…
x
Reference in New Issue
Block a user