Skip to content

Commit 9f1f20c

Browse files
committed
Update secret idfor github packages
1 parent 7ec9654 commit 9f1f20c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/open-mediator-nuget-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
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

src/OpenMediator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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>

0 commit comments

Comments
 (0)