Skip to content

Commit 9eb1e5e

Browse files
committed
ci(github): checkout when using release (#177)
1 parent 6f404a4 commit 9eb1e5e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
name: Release
1111
runs-on: ubuntu-latest
1212
steps:
13+
- uses: actions/checkout@v2
14+
1315
- name: Use [email protected]
1416
uses: actions/setup-node@v1
1517
with:

0 commit comments

Comments
 (0)