Add Jellyfin GitHub Nuget registry to sources

This commit is contained in:
DarkFighterLuke
2024-05-14 22:06:27 +02:00
parent 3f0267ced0
commit a085a5a4bf
+8
View File
@@ -28,6 +28,14 @@ jobs:
with:
dotnet-version: 8.0.x
- name: Add Jellyfin GitHub Nuget registry to sources
run: |
dotnet nuget add source \
--username DarkFighterLuke \
--password ${{ secrets.GITHUB_TOKEN }} \
--store-password-in-clear-text \
--name github https://nuget.pkg.github.com/jellyfin/index.json
- name: Get version number only
run: |
TAG=${{ steps.newtag.outputs.tag }}