diff --git a/.github/workflows/push-image.yaml b/.github/workflows/push-image.yaml index f980f88..3fb1227 100644 --- a/.github/workflows/push-image.yaml +++ b/.github/workflows/push-image.yaml @@ -36,7 +36,7 @@ jobs: run: | $xml = [Xml] (Get-Content ./src/DEPLOY.Cachorro.Api/DEPLOY.Cachorro.Api.csproj) $version = $xml.Project.PropertyGroup.Version - the_secret=$((RANDOM)) + set the_secret=$((RANDOM)) echo "$the_secret" echo "secret-number=$the_secret" >> "$GITHUB_OUTPUT"