Skip to content

Publish elixir packages to hex.pm

Actions
Publish elixir packages to hex.pm
v1
Latest
Star (5)

action-publish-hex

Publish elixir packages to hex.pm

Usage

  • Create a key on your hex.pm dashboard.
  • Add the key to your GitHub repository’s secrets. Call it HEX_API_KEY.
  • Use this GitHub Action in your workflow:
on:
  push:
    tags:
      - '*'

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

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

Publish elixir packages to hex.pm is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Publish elixir packages to hex.pm
v1
Latest

Publish elixir packages to hex.pm is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.