Skip to content

Commit

Permalink
Add hex.pm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
akira authored Nov 26, 2022
1 parent d6440b3 commit e9e43cb
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/hex.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
env:
ELIXIR_VERSION: "1.13.4"
OTP_VERSION: "25.0.1"
on:
push:
tags:
- '*'
jobs:
publish:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Set up Elixir
uses: erlef/setup-beam@v1
with:
elixir-version: ${{ env.ELIXIR_VERSION }}
otp-version: ${{ env.OTP_VERSION }}
- name: Publish to Hex
uses: synchronal/hex-publish-action@v3
with:
name: exq_ui
key: ${{ secrets.HEX_PM_KEY }}
tag-release: false

0 comments on commit e9e43cb

Please sign in to comment.