Skip to content

Commit f0f500b

Browse files
authored
Merge pull request #2 from ryanbas21/chore/fix-description
fix: use pnpm run version in release workflow
2 parents 6227ddd + ac87a05 commit f0f500b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: changesets/action@v1
3434
with:
3535
publish: pnpm release
36-
version: pnpm version
36+
version: pnpm run version
3737
title: "chore: version packages"
3838
commit: "chore: version packages"
3939
env:

0 commit comments

Comments
 (0)