Skip to content

Commit 52c3e7a

Browse files
authored
checkout code for publish action (#4)
1 parent e72d6e0 commit 52c3e7a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,8 @@ jobs:
1010
release:
1111
runs-on: ubuntu-latest
1212
steps:
13+
- name: "Checkout code"
14+
uses: actions/checkout@v2
15+
1316
- name: "Release magic"
1417
uses: ./.github/actions/release_to_prod

0 commit comments

Comments
 (0)