diff --git a/.github/workflows/release-package.yml b/.github/workflows/release-package.yml index 44dd0452d..d4bcbfe5f 100644 --- a/.github/workflows/release-package.yml +++ b/.github/workflows/release-package.yml @@ -33,5 +33,6 @@ jobs: - name: Release env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: npx semantic-release \ No newline at end of file