Skip to content

Commit

Permalink
Merge branch 'develop' into dependabot/hex/ex_doc-0.34.1
Browse files Browse the repository at this point in the history
  • Loading branch information
general-CbIC authored Jun 25, 2024
2 parents 2b25ac8 + 5334ab0 commit dd2d43c
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 dd2d43c

Please sign in to comment.