Update .forgejo/workflows/release.yml
Some checks failed
Release / release (push) Failing after 3m47s
Some checks failed
Release / release (push) Failing after 3m47s
This commit is contained in:
parent
fb84ee7a0b
commit
b44f3c6526
1 changed files with 3 additions and 0 deletions
|
@ -119,6 +119,9 @@ jobs:
|
||||||
echo "... TAG_OBJECT_TYPE is (2): $TAG_OBJECT_TYPE"
|
echo "... TAG_OBJECT_TYPE is (2): $TAG_OBJECT_TYPE"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
echo "... commit found with 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"
|
||||||
COMMIT_DATE=$(curl -H "Authorization: token $TOKEN" \
|
COMMIT_DATE=$(curl -H "Authorization: token $TOKEN" \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue