File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7474 name : solution-build
7575 path : .
7676 - name : Publish to GitHub Packages
77- run : dotnet nuget push OpenMediator.*.nupkg -k ${{ secrets.PUBLISHING_PACKAGES_GITHUB_PAT }} -s https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json
77+ run : dotnet nuget push OpenMediator.*.nupkg -k ${{ secrets.PUBLISH_GITHUB_PACKAGES_TOKEN_OPEN_MEDIATOR }} -s https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json
7878
7979 publish-github-release :
8080 name : Publish GitHub release
Original file line number Diff line number Diff line change 1111 <PackageTags >mediator;mediator-pattern</PackageTags >
1212 <Description >Alternative for those who do not want to pay for a mediator implementation.</Description >
1313 <Authors >Sergio Martin</Authors >
14- <Version >1.2.0 </Version >
14+ <Version >1.2.1 </Version >
1515 <RepositoryUrl >https://github.com/Sergi0Martin/OpenMediator</RepositoryUrl >
1616 <PackageProjectUrl >https://sergi0martin.github.io/OpenMediator</PackageProjectUrl >
1717 <PackageReadmeFile >README.md</PackageReadmeFile >
You can’t perform that action at this time.
0 commit comments