From 084b3d8c407e8bed6275bcaf4ac61349571f669a Mon Sep 17 00:00:00 2001 From: Thomas Dvornik Date: Tue, 3 Mar 2020 11:17:21 -0700 Subject: [PATCH] chore: try without oclif/semantic-release --- .github/workflows/release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 }}