Skip to content

Commit 84e1dd2

Browse files
committed
Github Actions to publish package to Hex.pm
1 parent 2835dbe commit 84e1dd2

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.github/cd_hexpm.yaml

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

0 commit comments

Comments
 (0)