diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 35db962ca79..7924d806550 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -80,6 +80,8 @@ jobs: sed -e "s|hotfix/REPLACE|${{ github.ref_name }}|" --in-place release.config.js fi - name: Semantic Release + permissions: + packages: write env: NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}