Skip to content

Commit 60f1159

Browse files
committed
Fix build date
1 parent 62ab337 commit 60f1159

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Version
1111
runs-on: ubuntu-latest
1212
outputs:
13-
buid_date: ${{ steps.version.outputs.buid_date }}
13+
build_date: ${{ steps.version.outputs.buid_date }}
1414
version: ${{ steps.version.outputs.version }}
1515
steps:
1616
- name: Checkout
@@ -28,7 +28,7 @@ jobs:
2828
if [[ $GITHUB_REF == refs/tags/* ]]; then
2929
VERSION=${GITHUB_REF/refs\/tags\//}
3030
fi
31-
echo ::set-output name=buid_date::$(date -u +'%Y-%m-%dT%H:%M:%SZ')
31+
echo ::set-output name=build_date::$(date -u +'%Y-%m-%dT%H:%M:%SZ')
3232
echo ::set-output name=version::${VERSION}
3333
3434
operator:

0 commit comments

Comments
 (0)