typo in sha
All checks were successful
Publish PDF / publish (push) Successful in 18s

This commit is contained in:
Joe bellus 2025-03-10 19:39:15 -04:00
parent ef474a5489
commit d9acfb757d

View File

@ -31,7 +31,7 @@ jobs:
NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18 NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18
with: with:
token: ${{ secrets.token }} token: ${{ secrets.token }}
package_version: {{ github.sha }} package_version: ${{ github.sha }}
files: |- files: |-
${{ steps.extract_branch.outputs.branch }}.pdf ${{ steps.extract_branch.outputs.branch }}.pdf
- uses: actions/cache@v3 - uses: actions/cache@v3