Skip to content

Commit

Permalink
Fixing the manual release pipeline script
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutomi committed Sep 4, 2024
1 parent feb6bb3 commit bf8aac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- uses: actions/checkout@v4

- name: Pack
run: dotnet pack --configuration Release --include-symbols -p:PackageVersion=$VERSION --output ./nuget
run: dotnet pack --configuration Release --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.GITHUB_TOKEN}} --source "https://nuget.pkg.github.com/deveel/index.json"
Expand Down

0 comments on commit bf8aac2

Please sign in to comment.