[Fix] (CI): use full commit SHAs

This commit is contained in:
2026-07-15 01:33:56 -04:00
parent 947442ec78
commit f1c6a12c06
2 changed files with 12 additions and 16 deletions
-1
View File
@@ -479,7 +479,6 @@ jobs:
- name: Set artifact metadata
run: |
echo "date_today=$(date +'%Y-%m-%d')" >> "$GITHUB_ENV"
echo "short_sha=${GITHUB_SHA::7}" >> "$GITHUB_ENV"
- name: Set up Node.js
uses: actions/setup-node@v7