Skip to content

Commit 90b3dad

Browse files
authored
Add checkout step
1 parent ed7083b commit 90b3dad

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: erlangpack/github-action@v1
14-
with:
15-
hex-api-key: ${{ secrets.HEX_API_KEY }}
13+
- name: Check out
14+
uses: actions/checkout@v2
15+
16+
- name: Publish to Hex.pm
17+
uses: erlangpack/github-action@v1
18+
env:
19+
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}

0 commit comments

Comments
 (0)