Skip to content

Commit 1cb6bbe

Browse files
author
shiftstack-merge-bot
committed
2 parents b7a639e + 88ddaa2 commit 1cb6bbe

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)