From 3ea930da24ab0be9491d3231cc8cdc629c430991 Mon Sep 17 00:00:00 2001 From: ShadowFoxNixill Date: Fri, 21 May 2021 02:24:15 -0400 Subject: [PATCH] ... ok, let's stop using github packages altogether then --- .github/workflows/pack.yml | 2 -- CS-NixLib/nuget.config | 12 ------------ 2 files changed, 14 deletions(-) delete mode 100644 CS-NixLib/nuget.config diff --git a/.github/workflows/pack.yml b/.github/workflows/pack.yml index eb323d8..6504953 100644 --- a/.github/workflows/pack.yml +++ b/.github/workflows/pack.yml @@ -23,14 +23,12 @@ jobs: - name: Test the package run: dotnet test env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} RELEASE_VERSION: ${{ github.event.release.tag_name }} - name: Pack the thing up run: | cd CS-NixLib/ dotnet pack -o out env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} RELEASE_VERSION: ${{ github.event.release.tag_name }} - name: Push to github release uses: actions/upload-release-asset@v1.0.1 diff --git a/CS-NixLib/nuget.config b/CS-NixLib/nuget.config deleted file mode 100644 index 951b8ff..0000000 --- a/CS-NixLib/nuget.config +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file