Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Joseph Brinkman <[email protected]>
Signed-off-by: James Xin <[email protected]>
  • Loading branch information
jamesx-improving and jbrinkman authored Feb 7, 2025
1 parent f3df203 commit bfb30b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
env:
INPUT_VERSION: ${{ github.event.inputs.version }}
steps:
- name: Validate Version Agaisnt RegEx
- name: Validate Version Against RegEx
run: |
echo "input version is: ${{ env.INPUT_VERSION }}"
if ! echo "${{ env.INPUT_VERSION }}" | grep -Pq '^v\d+\.\d+\.\d+(-rc\d+)?$'; then
Expand Down

0 comments on commit bfb30b6

Please sign in to comment.