Update .forgejo/workflows/release.yml
Some checks failed
Release / release (push) Failing after 3m34s
Some checks failed
Release / release (push) Failing after 3m34s
This commit is contained in:
parent
b44f3c6526
commit
c9724c0864
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ jobs:
|
||||||
done
|
done
|
||||||
|
|
||||||
echo "... commit found with SHA $TAG_OBJECT_SHA"
|
echo "... commit found with SHA $TAG_OBJECT_SHA"
|
||||||
COMMIT_SHA = $TAG_OBJECT_SHA
|
COMMIT_SHA=$TAG_OBJECT_SHA
|
||||||
|
|
||||||
# Step 3: Get the commit date
|
# Step 3: Get the commit date
|
||||||
echo "Step 3 : Get the commit date from commit = $COMMIT_SHA"
|
echo "Step 3 : Get the commit date from commit = $COMMIT_SHA"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue