Compare commits

..

No commits in common. "5510832538e15b4e6d181824442152d024bd4a46" and "2c2a58975ecb08e09f7920e2c736370793e0af9e" have entirely different histories.

3 changed files with 8 additions and 12 deletions

View File

@ -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:]')

View File

@ -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)
------------------- -------------------

View File

@ -1 +1 @@
0.1.17 0.1.16