We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 664aa86 commit 8236697Copy full SHA for 8236697
1 file changed
README.md
@@ -21,7 +21,11 @@ to Hex.pm automatically. This is most useful when you tag your repository.
21
publish:
22
runs-on: ubuntu-latest
23
steps:
24
- - uses: erlangpack/github-action@v1
25
- env:
26
- HEX_API_KEY: ${{ secrets.HEX_API_KEY }}
+ - name: Check out
+ uses: actions/checkout@v2
+
27
+ - name: Publish to Hex.pm
28
+ uses: erlangpack/github-action@v1
29
+ env:
30
+ HEX_API_KEY: ${{ secrets.HEX_API_KEY }}
31
```
0 commit comments