diff --git a/.github/workflows/deploy-to-nuget.yml b/.github/workflows/deploy-to-nuget.yml index c3c168e..69e31b3 100644 --- a/.github/workflows/deploy-to-nuget.yml +++ b/.github/workflows/deploy-to-nuget.yml @@ -31,12 +31,6 @@ jobs: run: nuget restore Octane.sln - name: Build run: dotnet build --no-restore --configuration Release - - name: Extract version from tag - id: extract_version - run: echo "VERSION=$(echo ${{ github.ref }} | sed -n 's/^refs\/tags\/v//p')" - shell: bash - - name: Publish NuGet package - run: dotnet nuget push **/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }} --version ${{ steps.extract_version.outputs.VERSION }} - env: + run: dotnet nuget push **/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }} NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }} diff --git a/OctaneEngine/OctaneEngine.csproj b/OctaneEngine/OctaneEngine.csproj index 7dabffc..427ccac 100644 --- a/OctaneEngine/OctaneEngine.csproj +++ b/OctaneEngine/OctaneEngine.csproj @@ -6,7 +6,7 @@ en-US true OctaneEngineCore - 6.0.0 + 6.0.1 Greg James A high Performance C# file downloader that asyncrounously downloads files as pieces. Made as a faster, more efficent replacement to Microsoft's WebClient. 2015, Greg James