diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 7ca55e2..48dea1a 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -18,4 +18,5 @@ jobs: - name: Release env: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: yarn semantic-release