Skip to content

Commit

Permalink
X
Browse files Browse the repository at this point in the history
  • Loading branch information
rnwood committed Oct 20, 2023
1 parent eb70ec1 commit 447f7d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
NUGET_KEY: ${{ secrets.NUGET_KEY }}
shell: pwsh
run: |
dotnet build -c Release -f net6.0
dotnet build -c Release
Publish-Module -Path Rnwood.Dataverse.Data.PowerShell\bin\Release\net6.0\Rnwood.Dataverse.Data.PowerShell.psd1 -NuGetApiKey $env:NUGET_KEY -Verbose

0 comments on commit 447f7d6

Please sign in to comment.