Skip to content

Commit

Permalink
update yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
phamhongphuc1403 committed Jun 1, 2024
1 parent 543f716 commit e3ad701
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-push-nuget-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ jobs:
if [ "${{ github.ref_name }}" == "main" ]; then
dotnet pack affected.proj
else
dotnet pack affected.proj -p:PackageVersionSuffix=dev
VERSION=$(date +"%Y.%m.%d.%H%M")
dotnet pack affected.proj /p:Version=${VERSION}--dev
fi
- name: Push NuGet packages
Expand Down

0 comments on commit e3ad701

Please sign in to comment.