We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8307b6 commit 92c6207Copy full SHA for 92c6207
.github/workflows/pipeline.yaml
@@ -147,7 +147,7 @@ jobs:
147
- name: github - release - set manifest name
148
run: |
149
mkdir -p github
150
- cp .artifacts/kubectl/reflector-$(Build.BuildNumber).yaml github/reflector.yaml
+ cp .artifacts/kubectl/reflector-${{env.version}}.yaml github/reflector.yaml
151
152
- name: github - create release
153
uses: softprops/action-gh-release@v1
0 commit comments