Skip to content

Commit e9b5a47

Browse files
committed
wip
1 parent 5244982 commit e9b5a47

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

actions/changeset-bump-packages/dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

actions/changeset-bump-packages/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export async function run() {
8686

8787
await core.group('Committing version changes', async () => {
8888
try {
89-
await exec.exec('git', ['add', '.changeset']);
89+
await exec.exec('git', ['add', '.']);
9090
await exec.exec('git', ['commit', '-m', message]);
9191

9292
await exec.exec('git', ['push']);

0 commit comments

Comments
 (0)