Skip to content

Commit

Permalink
Quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
jbest84 committed Jan 31, 2024
1 parent 54890aa commit 330f331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: nuspec pack
shell: pwsh
run: |
nuget pack .\DotNetSDataClient.nuspec -properties version=$env:GITHUB_REF_NAME -OutputDirectory dist\nuget
nuget pack .\DotNetSDataClient.nuspec -properties version="$env:GITHUB_REF_NAME" -OutputDirectory dist\nuget
- name: store artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 330f331

Please sign in to comment.