Skip to content

Commit

Permalink
Setup publish task (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
general-CbIC authored Jun 24, 2024
1 parent a89e530 commit 5334ab0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Publish on Hex.pm

on:
workflow_dispatch

jobs:
publish:
runs-on: ubuntu-latest
name: Publish
steps:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: '27'
elixir-version: '1.17'
- run: mix do deps.get, compile

0 comments on commit 5334ab0

Please sign in to comment.