Compare commits

..

No commits in common. "3ed6c4c54f2774040976ab8fcde0c41b9a1399f5" and "4d657cf887029ffd0ac7f85c56c22d4117a3685f" have entirely different histories.

4 changed files with 4 additions and 22 deletions

View File

@ -57,13 +57,6 @@ 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
~~~
- Login to NuGet feed at build refs NOISSUE. [Simon Diesenreiter]
0.1.14 (2025-04-15)
-------------------
Fix Fix
~~~ ~~~
- Fix typo refs NOISSUE. [Simon Diesenreiter] - Fix typo refs NOISSUE. [Simon Diesenreiter]
Other
~~~~~
0.1.13 (2025-04-15) 0.1.13 (2025-04-15)
------------------- -------------------

View File

@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<configuration> <configuration>
<packageSources> <packageSources>
<!--To inherit the global NuGet package sources remove the <clear/> line below --> <!--To inherit the global NuGet package sources remove the <clear/> line below -->
<clear /> <clear />
<add key="nuget" value="https://api.nuget.org/v3/index.json" /> <add key="nuget" value="https://api.nuget.org/v3/index.json" />
<!--add key="gitea-projects" value="https://git.disi.dev/api/packages/Projects/nuget/index.json" /--> <!--add key="gitea-projects" value="https://git.disi.dev/api/packages/Projects/nuget/index.json" /-->
<add key="gitea-homelab" value="https://git.disi.dev/api/packages/Homelab/nuget/index.json" />
<!--add key="gitea-artifacts" value="https://git.disi.dev/api/packages/Artifacts/nuget/index.json" /--> <!--add key="gitea-artifacts" value="https://git.disi.dev/api/packages/Artifacts/nuget/index.json" /-->
<add key="HomeLab" value="https://git.disi.dev/api/packages/HomeLab/nuget/index.json" />
</packageSources> </packageSources>
</configuration> </configuration>

View File

@ -1 +1 @@
0.1.15 0.1.14