Skip to content

Commit daca8bb

Browse files
committed
Merging version fields.
1 parent fe2a787 commit daca8bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dev-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
echo "VERSION=$VERSION" >> $GITHUB_ENV
3535
3636
- name: Run Pack
37-
run: dotnet pack -c Release -p:VersionPrefix=$VERSION -p:VersionSuffix="dev-$(date +%Y%m%d)-$(git rev-parse --short HEAD)" -o ${{ github.workspace }}/output
37+
run: dotnet pack -c Release -p:Version=$VERSION-dev-$(date +%Y%m%d)-$(git rev-parse --short HEAD) -o ${{ github.workspace }}/output
3838

3939
- name: Run Push
4040
run: dotnet nuget push ${{ github.workspace }}\output\*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}

0 commit comments

Comments
 (0)