Skip to content

Commit

Permalink
add possibility to generate test Azdo extension on prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Jan 22, 2025
1 parent 9131f85 commit 460b69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
isPreRelease: ${{ github.event.release.prerelease }}
targetcommitish: "main"
- run: |
if (${{ github.event.release.prerelease }}) {
if ('${{ github.event.release.prerelease }}' -eq 'true') {
$mode = "test"
} else {
$mode = "prod"
Expand Down

0 comments on commit 460b69f

Please sign in to comment.