diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7ab56e102..ad9efd752 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: cache: npm - run: npm ci - run: npm run build - - run: npx semantic-release@beta + - run: npx semantic-release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.OCTOKITBOT_NPM_TOKEN }}