Skip to content

Commit

Permalink
ci(nuget): fix missing end quote (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
mumby0168 committed Nov 28, 2023
1 parent d209f1d commit 3859fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
- name: Pack ${{ matrix.project }}
if: ${{ matrix.project == 'Microsoft.Azure.CosmosEventSourcing' }}
run: |
dotnet pack ./src/${{ matrix.project }}/${{ matrix.project }}.csproj -p:PackageVersion='${{ steps.regex-match.outputs.match }}-pre1 --output packages
dotnet pack ./src/${{ matrix.project }}/${{ matrix.project }}.csproj -p:PackageVersion='${{ steps.regex-match.outputs.match }}-pre1' --output packages
- name: Publish ${{ matrix.project }} package
run: |
Expand Down

0 comments on commit 3859fa8

Please sign in to comment.