diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 80cefbd..b5134da 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -27,7 +27,7 @@ jobs: apt -y install curl curl --proto '=https' --tlsv1.2 -fsSL https://drop-sh.fullyjustified.net |sh - uses: actions/cache@v3 - name: Tectonic Cache + name: Tectonic cache with: path: ~/.cache/Tectonic key: ${{ runner.os }}-tectonic-${{ hashFiles('**/*.tex') }} @@ -42,7 +42,7 @@ jobs: env: NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18 with: - token: ${{ github.token }} + token: ${{ token }} files: |- ${{ steps.extract_branch.outputs.branch }}.pdf