diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5b991f93..8fa49391 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,9 +23,7 @@ jobs: - run: npm install - run: npm run build --if-present - run: npm test - - run: npm install semantic-release@15 --global - - run: npm install @oclif/semantic-release@3 --global - - run: semantic-release -e @oclif/semantic-release + - run: npx semantic-release@17 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}