diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 75a5cf8..c29b69a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,4 +26,4 @@ jobs: version: latest args: release --rm-dist env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GH_RELEASER }} \ No newline at end of file