remove version format for GRID image in tag

This commit is contained in:
Ganeshkumar Ashokavardhanan 2024-10-21 16:53:12 -07:00
Родитель 84abe87ef4
Коммит c173afcc15
1 изменённых файлов: 1 добавлений и 1 удалений

2
.github/workflows/main.yaml поставляемый
Просмотреть файл

@ -98,7 +98,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_version }}-${{ steps.timestamp.outputs.timestamp }}"
version_format: "${{ steps.load_config.outputs.grid_version }}-${{ steps.timestamp.outputs.timestamp }}"
id: semver
- name: 'Check version'
run: |