Skip to content

Commit

Permalink
Update pre-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BiDuang authored Nov 29, 2023
1 parent 31f62ff commit 954b4bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
- name: Restore packages
run: dotnet restore ProjBobcat/ProjBobcat.sln
- name: Create the package
run: dotnet pack ProjBobcat/ProjBobcat.sln -c Release -p:PackageVersion=beta-${{ steps.current-time.outputs.formattedTime }}-${{github.sha}}
run: dotnet pack ProjBobcat/ProjBobcat.sln -c Release -p:PackageVersion="beta-${{ steps.current-time.outputs.formattedTime }}-${{ github.sha }}"
- name: Publish the package to NuGet.org
run: dotnet nuget push -k ${{secrets.NUGET_KEY}} -s https://api.nuget.org/v3/index.json "ProjBobcat/ProjBobcat/bin/Release/*.nupkg"

0 comments on commit 954b4bd

Please sign in to comment.