From d98dccfdcc4170a82e3545c4df5877600001ab94 Mon Sep 17 00:00:00 2001 From: Oscar Dominguez Date: Fri, 17 May 2024 18:35:59 +0200 Subject: [PATCH] ci(release): use `semantic-release@latest` instead of `beta` (#609) ci(release): use `semantic-release@latest` instead of `semantic-release@beta` fixes #607 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}