Skip to content

Commit af5c48d

Browse files
Merge pull request #181 from shiftstack/merge-bot-master
Merge https://github.com/kubernetes/cloud-provider-openstack:master into master
2 parents b7a639e + 1cb6bbe commit af5c48d

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)