Skip to content

Commit 5b011d0

Browse files
committed
ci: Checkout before running semantic release
1 parent 5746c42 commit 5b011d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ jobs:
6161
runs-on: "ubuntu-latest"
6262

6363
steps:
64+
- name: Checkout
65+
uses: actions/checkout@v4
66+
6467
- name: Run semantic-release
6568
id: semantic
6669
uses: cycjimmy/semantic-release-action@v4

0 commit comments

Comments
 (0)