From 234dca455623c1adc2004a359253c37b85d6cb61 Mon Sep 17 00:00:00 2001 From: Anna Bocharova Date: Wed, 17 Jul 2024 16:19:38 +0200 Subject: [PATCH] Release: use `npm publish` --- .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 1b54dd01..866c1e9c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: uses: changesets/action@v1 with: # This expects you to have a script called release which does a build for your packages and calls changeset publish - publish: yarn release + publish: npm publish commit: 'chore: release eslint-import-resolver-typescript' title: 'chore: release eslint-import-resolver-typescript' env: