Skip to content

Merge pull request #28 from vkatsuba/support-xmlText-cdata-type #20

Merge pull request #28 from vkatsuba/support-xmlText-cdata-type

Merge pull request #28 from vkatsuba/support-xmlText-cdata-type #20

Workflow file for this run

name: Publish to hex.pm
on:
push:
tags:
- '*'
jobs:
publish:
name: "Ubuntu"
runs-on: ubuntu-latest
strategy:
matrix:
otp: [24.2]
rebar: [3.18.0]
steps:
- uses: actions/checkout@v2
- uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.otp}}
rebar3-version: ${{matrix.rebar}}
- name: Publish to Hex.pm
env:
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}
run: |
rebar3 edoc
rebar3 hex publish -r hexpm --yes