Skip to content

Commit

Permalink
ci: fix dev-build error
Browse files Browse the repository at this point in the history
  • Loading branch information
zyy17 committed Jul 8, 2024
1 parent 2b6ab0f commit fc0b2a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Configure tag
shell: bash
run: |
VERSION="dev-$(date "+%Y%m%d-%s")-$(echo "${{ input.commit }}" | cut -c1-8)"
VERSION="dev-$(date "+%Y%m%d-%s")-$(echo "${{ inputs.commit }}" | cut -c1-8)"
echo "VERSION=${VERSION}" >> $GITHUB_ENV
- name: Build and push operator
Expand Down

0 comments on commit fc0b2a0

Please sign in to comment.