Skip to content

Commit fa74caf

Browse files
committed
🚀 adding checkout before executing semantic release
1 parent 4678f77 commit fa74caf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/merge-content-to-project.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ jobs:
1010
add-content-to-project:
1111
name: "Add Content to project"
1212
runs-on: ubuntu-latest
13+
1314
steps:
15+
- name: Check out code into the Go module directory
16+
uses: actions/checkout@v3
17+
1418
- name: "Release with semantic-release"
1519
run: npx semantic-release --debug

0 commit comments

Comments
 (0)