diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 71355cb..91685c1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -72,6 +72,6 @@ jobs: - name: Push NuGet run: | $tagVersion = "${{ github.ref }}".substring(11) - echo "::set-output name=TAG_VERSION::$tagVersion" + echo "TAG_VERSION=$tagVersion" >> $env:GITHUB_OUTPUT dotnet nuget push TrxLib.$tagVersion.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ steps.login.outputs.NUGET_API_KEY }} --skip-duplicate id: tag-version