From 491e4ce6340a2a955da15eb3d83ab85b57c7b9e2 Mon Sep 17 00:00:00 2001 From: Enrico Stahn Date: Wed, 7 Sep 2022 23:19:22 +1000 Subject: [PATCH] ci: use npx to run semantic-release --- .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 cc62b564..431cec6f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: id: buildx uses: docker/setup-buildx-action@v2 - - run: semantic-release + - run: npx semantic-release env: GH_TOKEN: ${{ secrets.CR_PAT }}