Skip to content

Commit d344a66

Browse files
authored
Updating boolean to string in pipeline workflow
1 parent a1fcf10 commit d344a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release/pipelines.release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pipelines:
1212
readOnly:
1313
NEXT_VERSION: 0.0.0
1414
NEXT_DEVELOPMENT_VERSION: 0.0.x-SNAPSHOT
15-
AUDIT_FAIL: false
15+
AUDIT_FAIL: "false"
1616

1717
steps:
1818
- name: Release

0 commit comments

Comments
 (0)