Skip to content

Commit

Permalink
fiy syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Freezor committed Jun 17, 2024
1 parent 1d64d5d commit d8fe343
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/prerelease-on-merge-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
}
Write-Host "Checking changes since tag: $latestTag"
$changes = git log --oneline '{$latestTag}'..HEAD -v
$changes = git log --oneline {$latestTag}..HEAD -v
Write-Host "Found changes: $changes"
if (-not [string]::IsNullOrEmpty($changes))
{
Expand Down Expand Up @@ -234,6 +234,7 @@ jobs:
runs-on: ubuntu-latest
name: Create new docker builds with latest prerelease and upload to DockerHub
needs: create-new-prerelease
if: github.repository == 'eclipse-aaspe/server'
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit d8fe343

Please sign in to comment.