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 60f1159 commit 471029aCopy full SHA for 471029a
.github/workflows/release.yaml
@@ -28,8 +28,8 @@ jobs:
28
if [[ $GITHUB_REF == refs/tags/* ]]; then
29
VERSION=${GITHUB_REF/refs\/tags\//}
30
fi
31
- echo ::set-output name=build_date::$(date -u +'%Y-%m-%dT%H:%M:%SZ')
32
- echo ::set-output name=version::${VERSION}
+ echo "build_date=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_OUTPUT
+ echo "version=${VERSION}" >> $GITHUB_OUTPUT
33
34
operator:
35
name: Operator
0 commit comments