Skip to content

Commit

Permalink
build: update pack command
Browse files Browse the repository at this point in the history
  • Loading branch information
bruuuuuuuce authored Oct 29, 2021
1 parent f08fdaa commit 2486cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
VERSION="${{ steps.semrel.outputs.version }}"
echo "version: ${VERSION}"
dotnet build --configuration Release
nuget pack -Version ${VERSION} -Properties Configuration=Release
dotnet pack -c Release -p:Version=${VERSION}
nuget push MomentoSdk.${VERSION}.nupkg -Source Artifactory -Verbosity detailed
popd
shell: bash

0 comments on commit 2486cd8

Please sign in to comment.