Skip to content

Commit

Permalink
remove version format for GRID image in tag (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshkumarashok authored Oct 21, 2024
1 parent 84abe87 commit dc7af30
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 @@ -98,7 +98,7 @@ jobs:
- uses: paulhatch/[email protected]
with:
bump_each_commit: false
version_format: "${{ matrix.driver_kind}}-${{ steps.load_config.outputs.grid_version }}-${{ steps.timestamp.outputs.timestamp }}"
version_format: "${{ steps.load_config.outputs.grid_version }}-${{ steps.timestamp.outputs.timestamp }}"
id: semver
- name: 'Check version'
run: |
Expand Down

0 comments on commit dc7af30

Please sign in to comment.