Skip to content

Commit 294f382

Browse files
authored
chore: fix CI bump version script (#48)
1 parent 7427ed0 commit 294f382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bump-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Bump version
3636
id: bump
37-
run: pnpm run bump-version >> "$GITHUB_OUTPUT"
37+
run: pnpm run bump-version
3838

3939
- name: Create PR
4040
uses: peter-evans/create-pull-request@v7

0 commit comments

Comments
 (0)