Skip to content

Commit 94dc182

Browse files
committed
Revert "refactor: another try"
This reverts commit 6c03810.
1 parent 97dd5ca commit 94dc182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
# this expects you to have a script called changeset:release which does a build for your packages and calls changeset publish
6969
publish: pnpm run changeset:release
7070
commit: "chore: version packages" # we need to fulfill commitlint based rules
71-
version: "pnpm changeset version && pnpm install && git add . && git commit -m 'chore: update versions and lockfile'"
71+
version: pnpm changeset version && pnpm install
7272
env:
7373
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7474
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)