diff --git a/.github/workflows/generate-pdf.yml b/.github/workflows/generate-pdf.yml index a7b4bd4..1b03bc6 100644 --- a/.github/workflows/generate-pdf.yml +++ b/.github/workflows/generate-pdf.yml @@ -1,4 +1,4 @@ -name: create release with +name: generate pdf on: push: @@ -20,10 +20,8 @@ jobs: - name: create release with pdf id: create_release uses: marvinpinto/action-automatic-releases@latest - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - repo_token: $GITHUB_TOKEN + repo_token: "${{ secrets.GITHUB_TOKEN }}" prerelease: false files: | ./docs/README.pdf \ No newline at end of file