Skip to content

Commit

Permalink
Remove redundant steps
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Dec 5, 2023
1 parent b05a749 commit 44add5c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dev-bin/release.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ if ((Read-Host -Prompt 'Should push? (y/n)') -ne 'y') {
Write-Error 'Aborting'
}

& git push -u origin HEAD


Pop-Location
& gh release create --target "$(git branch --show-current)" -t "$version" "$tag"
& git push -u origin HEAD

Expand Down

0 comments on commit 44add5c

Please sign in to comment.