From d64589f10ae0ab0e0adae189cd13150853c614bb Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Sat, 10 Jun 2023 22:55:51 +0200 Subject: [PATCH] Updated environment --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5bccde7..cc5fb53 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,7 +20,7 @@ jobs: contents: read environment: name: Nuget Release - url: https://www.nuget.org/packages/DaanV2.UUID.Net/ + url: https://www.nuget.org/packages/DaanV2.NBT.Net/ steps: - name: 📦 Checkout repository uses: actions/checkout@v3