File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,11 +65,11 @@ jobs:
6565 run : |
6666 $tagVersion = "${{ github.ref }}".substring(11)
6767 echo "::set-output name=TAG_VERSION::$tagVersion"
68- dotnet nuget push IntelliTect.Selenate.$tagVersion.nupkg --source https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }} --skip-duplicate
68+ dotnet nuget push IntelliTect.TestTools. Selenate.$tagVersion.nupkg --source https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }} --skip-duplicate
6969 id : tag-version
7070 - name : Upload nupkg to Releases
7171 uses : softprops/action-gh-release@v1
7272 with :
7373 fail_on_unmatched_files : true
7474 generate_release_notes : true
75- files : IntelliTect.Selenate.${{ steps.tag-version.outputs.TAG_VERSION }}.nupkg
75+ files : IntelliTect.TestTools. Selenate.${{ steps.tag-version.outputs.TAG_VERSION }}.nupkg
You can’t perform that action at this time.
0 commit comments