Skip to content

Commit 88ddaa2

Browse files
authored
Replace deprecated command with environment file (kubernetes#2088)
Signed-off-by: jongwooo <[email protected]>
1 parent 98b9a89 commit 88ddaa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-cpo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Get the version from ref
3131
id: get_version
32-
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
32+
run: echo VERSION=${GITHUB_REF/refs\/tags\//} >> $GITHUB_OUTPUT
3333

3434
- name: build & publish images
3535
run: |

0 commit comments

Comments
 (0)