Skip to content

Commit

Permalink
bump version to change repository url.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobaoapae committed Feb 7, 2024
1 parent ce23b80 commit 2ee8a31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
uses: actions/setup-dotnet@v2
with:
dotnet-version: 7.0.x
source-url: https://nuget.pkg.github.com/project-nevareth/index.json
source-url: https://nuget.pkg.github.com/bobaoapae/index.json
env:
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN }}
- name: Build with dotnet
run: dotnet build --configuration Release --property:PackageOutputPath=../npkg
- name: Publish
run: dotnet nuget push "npkg/*.nupkg" -k ${{ secrets.GITHUB_TOKEN }} -s https://nuget.pkg.github.com/project-nevareth/index.json --skip-duplicate
run: dotnet nuget push "npkg/*.nupkg" -k ${{ secrets.GITHUB_TOKEN }} -s https://nuget.pkg.github.com/bobaoapae/index.json --skip-duplicate
2 changes: 1 addition & 1 deletion NetX/NetX.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PackageProjectUrl>https://github.com/project-nevareth/NetX</PackageProjectUrl>
<RepositoryType>git</RepositoryType>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<Version>2.2.3</Version>
<Version>2.2.4</Version>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
Expand Down

0 comments on commit 2ee8a31

Please sign in to comment.