Skip to content

Commit

Permalink
Fix build date
Browse files Browse the repository at this point in the history
  • Loading branch information
mmontes11 committed Jul 17, 2024
1 parent 62ab337 commit 60f1159
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Version
runs-on: ubuntu-latest
outputs:
buid_date: ${{ steps.version.outputs.buid_date }}
build_date: ${{ steps.version.outputs.buid_date }}
version: ${{ steps.version.outputs.version }}
steps:
- name: Checkout
Expand All @@ -28,7 +28,7 @@ jobs:
if [[ $GITHUB_REF == refs/tags/* ]]; then
VERSION=${GITHUB_REF/refs\/tags\//}
fi
echo ::set-output name=buid_date::$(date -u +'%Y-%m-%dT%H:%M:%SZ')
echo ::set-output name=build_date::$(date -u +'%Y-%m-%dT%H:%M:%SZ')
echo ::set-output name=version::${VERSION}
operator:
Expand Down

0 comments on commit 60f1159

Please sign in to comment.