From 4fa6936f05a29afa765917f347d6b957915daaf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustaf=20R=C3=A4ntil=C3=A4?= Date: Sun, 22 Nov 2020 10:09:23 +0100 Subject: [PATCH] fix(ci/cd): using semantic-release with npx again --- .github/workflows/master.yml | 3 +-- package.json | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 15aa370..1695359 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -50,6 +50,5 @@ jobs: - name: Release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - run: yarn semantic-release + run: npx semantic-release diff --git a/package.json b/package.json index eab816a..a9156b7 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,6 @@ "pre-commit": "1.x", "replace": "1.2.0", "rimraf-promise": "2.x", - "semantic-release": "^17.2.4", "typescript": "^4.0.3" }, "config": {