Skip to content

Commit

Permalink
Fix to the manual release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutomi committed Oct 28, 2023
1 parent de0eb3d commit ec45663
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/manual-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ jobs:
token: ${{ secrets.OCM_CODECOV_TOKEN }}

- name: Pack
run: dotnet pack --configuration Release --no-restore --no-build --include-symbols -p:PackageVersion=$VERSION --output ./nuget
run: dotnet pack --configuration Release --no-restore --no-build --include-symbols -p:PackageVersion=${{ inputs.version }} --output ./nuget

- name: Push Packages to GitHub NuGet

run: dotnet nuget push ./nuget/**/*.nupkg --skip-duplicate --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
run: dotnet nuget push ./nuget/**/*.nupkg --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json

0 comments on commit ec45663

Please sign in to comment.