Fixed reported version
Some checks failed
Build and deploy / Build container and manifests (push) Failing after 57s
Some checks failed
Build and deploy / Build container and manifests (push) Failing after 57s
This commit is contained in:
@@ -17,6 +17,11 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-tags: true
|
||||
- name: Test
|
||||
run: |
|
||||
git describe --always
|
||||
|
||||
- name: Get Git commit timestamps
|
||||
run: echo "TIMESTAMP=$(git log -1 --pretty=%ct)" >> $GITHUB_ENV
|
||||
|
||||
Reference in New Issue
Block a user