Skip to content

🚀 Publish elixir packages to hex.pm

License

Notifications You must be signed in to change notification settings

salemove/action-publish-hex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: salemove/action-publish-hex@v1
        env:
          HEX_API_KEY: ${{ secrets.HEX_API_KEY }}

About

🚀 Publish elixir packages to hex.pm

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 68.0%
  • Dockerfile 32.0%