Skip to content

Commit

Permalink
fix typo in GRID version variable (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshkumarashok committed Aug 7, 2024
1 parent 6205588 commit d5c367f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- uses: paulhatch/semantic-version@v5.0.0-alpha2
with:
bump_each_commit: false
version_format: "${{ matrix.driver_kind}}-${{ steps.load_config.outputs.grid_versionn }}-sha-${GITHUB_SHA:0:6}"
version_format: "${{ matrix.driver_kind}}-${{ steps.load_config.outputs.grid_version }}-sha-${GITHUB_SHA:0:6}"
id: semver
- name: 'Check version'
run: |
Expand Down

0 comments on commit d5c367f

Please sign in to comment.