Skip to content

Commit

Permalink
more ci fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
feinoujc committed Dec 10, 2021
1 parent bd33b23 commit 802b6d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
echo "VERSION_TAG=$versionTag" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
- name: pack
run: dotnet pack src/Mandrill.net --configuration Release -p:PackageVersion=$env:VERSION_TAG -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg --output artifacts
run: dotnet pack src/Mandrill.net --configuration Release -p:PackageVersion=$VERSION_TAG -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg --output artifacts

- name: push
env:
Expand Down

0 comments on commit 802b6d8

Please sign in to comment.