Skip to content

Commit

Permalink
Create inputset OnRelease
Browse files Browse the repository at this point in the history
  • Loading branch information
andybharness committed May 14, 2024
1 parent 7c22736 commit d2aea79
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .harness/trigger_OnRelease.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
inputSet:
name: OnRelease
identifier: OnRelease
orgIdentifier: Feature_Flag
projectIdentifier: FFPipelines
pipeline:
identifier: ffdotnetwasmclientsdk
variables:
- name: release
type: String
default: "false"
value: "false"
properties:
ci:
codebase:
build:
type: tag
spec:
tag: <+eventPayload.release.tag_name>

0 comments on commit d2aea79

Please sign in to comment.