Skip to content

cucumber/action-publish-hex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Test

action-publish-hex

Publishes an Elixir/Erlang hex module to https://hex.pm

Needs Erlang to be installed first.

Inputs

  • hex-api-token
  • working-directory (optional, default .)

Example

name: Publish to hex

on:
  push:
    branches:
      - "release/*"

jobs:
  publish-ui:
    name: Publish to hex
    runs-on: ubuntu-latest
    environment: Release
    steps:
      - uses: actions/checkout@v2
      - uses: erlef/setup-beam@v1
      - uses: cucumber/[email protected]
        with:
          hex-api-token: ${{ secrets.HEX_API_TOKEN }}
          working-directory: "elixir"

About

GitHub Action to publish Elixir/Erlang packages to https://hex.pm

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Sponsor this project

  •  

Contributors

Languages