Skip to content

Commit

Permalink
Update push-image.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
felipementel authored Oct 16, 2023
1 parent fd317f2 commit 1872ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1872ec6

Please sign in to comment.