diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a128dff..573ca1f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ permissions: on: push: tags: - - v* + - "v*" jobs: release: @@ -26,4 +26,4 @@ jobs: - run: npx changelogithub # or changelogithub@0.12 if ensure the stable result continue-on-error: true env: - GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} \ No newline at end of file + GITHUB_TOKEN: ${{secrets.PAT}} \ No newline at end of file