Workflow fix
This commit is contained in:
@@ -21,7 +21,7 @@ jobs:
|
||||
go-version: '1.25.3'
|
||||
|
||||
- name: Create version
|
||||
id: create-version
|
||||
id: version
|
||||
run: |
|
||||
VERSION=$(git tag --sort=-version:refname | sed 's/-\(main\|devel\).*//' | uniq | head -n 1)
|
||||
PROJECT_COMMIT_HASH=$(git rev-parse HEAD | cut -c 1-10)
|
||||
|
||||
Reference in New Issue
Block a user