Skip to content

Commit

Permalink
Restore publish.yml with different action
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsalim committed Jun 18, 2022
1 parent 693bdf5 commit ac8e860
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Publish to Hex

on:
push:
tags:
- 'v*'

jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v2

- name: Publish to Hex.pm
uses: wesleimp/action-publish-hex@v1
env:
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}

0 comments on commit ac8e860

Please sign in to comment.