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 98b9a89 commit 88ddaa2Copy full SHA for 88ddaa2
.github/workflows/release-cpo.yaml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: Get the version from ref
31
id: get_version
32
- run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
+ run: echo VERSION=${GITHUB_REF/refs\/tags\//} >> $GITHUB_OUTPUT
33
34
- name: build & publish images
35
run: |
0 commit comments