diff --git a/.github/workflows/push-image.yaml b/.github/workflows/push-image.yaml index 3fb1227..b3f50e6 100644 --- a/.github/workflows/push-image.yaml +++ b/.github/workflows/push-image.yaml @@ -32,10 +32,7 @@ jobs: - id: sets-a-secret name: Generate, mask, and output a secret - shell: pwsh run: | - $xml = [Xml] (Get-Content ./src/DEPLOY.Cachorro.Api/DEPLOY.Cachorro.Api.csproj) - $version = $xml.Project.PropertyGroup.Version set the_secret=$((RANDOM)) echo "$the_secret" echo "secret-number=$the_secret" >> "$GITHUB_OUTPUT"