Skip to content

Commit 92c6207

Browse files
committed
Minor fix in pipeline
1 parent d8307b6 commit 92c6207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
- name: github - release - set manifest name
148148
run: |
149149
mkdir -p github
150-
cp .artifacts/kubectl/reflector-$(Build.BuildNumber).yaml github/reflector.yaml
150+
cp .artifacts/kubectl/reflector-${{env.version}}.yaml github/reflector.yaml
151151
152152
- name: github - create release
153153
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)