diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4dbcce9..79a7b68 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,6 +23,7 @@ jobs: id: semantic env: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} after-release: runs-on: ubuntu-latest diff --git a/.releaserc.yaml b/.releaserc.yaml index e9abb4a..5c78fa6 100644 --- a/.releaserc.yaml +++ b/.releaserc.yaml @@ -9,6 +9,9 @@ plugins: - - "@semantic-release/npm" # [provenance](https://docs.npmjs.com/generating-provenance-statements#using-third-party-package-publishing-tools) - npmPublish: true + # ############################# + # https://github.com/semantic-release/github?tab=readme-ov-file#configuration + # ############################# - "@semantic-release/github" - - "@semantic-release/git" - message: |-