Skip to content

Commit 8236697

Browse files
committed
Add checkout step to readme for clarity
1 parent 664aa86 commit 8236697

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@ to Hex.pm automatically. This is most useful when you tag your repository.
2121
publish:
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: erlangpack/github-action@v1
25-
env:
26-
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}
24+
- name: Check out
25+
uses: actions/checkout@v2
26+
27+
- name: Publish to Hex.pm
28+
uses: erlangpack/github-action@v1
29+
env:
30+
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}
2731
```

0 commit comments

Comments
 (0)