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 1872ec6 commit bb6f0b3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/push-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bb6f0b3

Please sign in to comment.