diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e5a8425..b8c382a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,6 +52,8 @@ jobs: - name: Install npm dependencies run: npm ci - name: Update version in manifest files + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | npx semantic-release -d > dry-run.txt NEXT_VERSION=$(awk '/The next release version is/{print $NF}' dry-run.txt)