Skip to content

Commit ca3e936

Browse files
authored
Create release.yml (#14)
1 parent a3fcb46 commit ca3e936

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/release.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
on:
2+
push:
3+
tags:
4+
- '*'
5+
6+
jobs:
7+
publish:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Check out
11+
uses: actions/checkout@v3
12+
13+
- name: Publish to Hex.pm
14+
uses: erlangpack/github-action@v3
15+
env:
16+
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}

0 commit comments

Comments
 (0)