Skip to content

Commit

Permalink
default to 1.17 for developing (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
epinault authored Oct 2, 2024
1 parent 45d4b93 commit 696bd9b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
on:
push:
tags:
- "*"

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

- name: Publish package to hex.pm
uses: hipcall/github_action_publish_hex@v1
env:
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
elixir 1.16.3
elixir 1.17.3
erlang 26.2.5

0 comments on commit 696bd9b

Please sign in to comment.