Skip to content

Commit 460b69f

Browse files
committed
add possibility to generate test Azdo extension on prerelease
1 parent 9131f85 commit 460b69f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
isPreRelease: ${{ github.event.release.prerelease }}
4949
targetcommitish: "main"
5050
- run: |
51-
if (${{ github.event.release.prerelease }}) {
51+
if ('${{ github.event.release.prerelease }}' -eq 'true') {
5252
$mode = "test"
5353
} else {
5454
$mode = "prod"

0 commit comments

Comments
 (0)