Skip to content

Commit

Permalink
Fix the path to the publish task (#1222)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Frittoli <[email protected]>
  • Loading branch information
afrittoli authored Oct 4, 2024
1 parent 1f674fc commit 8b7e5c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/release-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ spec:
- name: revision
value: $(params.gitRevision)
- name: pathInRepo
value: tekton/publish.yaml
value: release/publish.yaml
params:
- name: package
value: $(params.package)
Expand Down

0 comments on commit 8b7e5c8

Please sign in to comment.