Skip to content

Commit 4340e34

Browse files
committed
build(fix): Add missing checkout
1 parent a51ac55 commit 4340e34

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
noNewCommitBehavior: current
2323
noVersionBumpBehavior: patch
2424

25+
- name: Checkout
26+
uses: actions/checkout@v4
27+
2528
- name: Bump version
2629
uses: mingjun97/file-regex-replace@v1
2730
with:

0 commit comments

Comments
 (0)