Skip to content

Commit 234dca4

Browse files
authored
Release: use npm publish
1 parent a4c6c78 commit 234dca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: changesets/action@v1
3737
with:
3838
# This expects you to have a script called release which does a build for your packages and calls changeset publish
39-
publish: yarn release
39+
publish: npm publish
4040
commit: 'chore: release eslint-import-resolver-typescript'
4141
title: 'chore: release eslint-import-resolver-typescript'
4242
env:

0 commit comments

Comments
 (0)