Skip to content

Commit 405be02

Browse files
committed
Fix indentation
1 parent c49b595 commit 405be02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,13 +142,13 @@ jobs:
142142
dotnet nuget add source $AZURE_ARTIFACTS_URL --name AzureArtifacts --username genexuslabs --password ${{ secrets.AZURE_ARTIFACTS_TOKEN }}
143143
144144
echo "AZURE_ARTIFACTS_URL=$AZURE_ARTIFACTS_URL" >> $env:GITHUB_ENV
145-
145+
146146
- name: Push packages
147147
if: github.repository_owner == 'GeneXusLabs' && steps.buildVariables.outputs.SHOULD_DEPLOY == 'true'
148148
env:
149149
GPRFeedURL: https://nuget.pkg.github.com/genexuslabs/index.json
150150
NuGetFeedURL: https://api.nuget.org/v3/index.json
151-
run: |
151+
run: |
152152
$IsPrerelease = [System.Convert]::ToBoolean($Env:IsPrerelease)
153153
154154
$totalPackages = 0

0 commit comments

Comments
 (0)