Skip to content

Merge pull request #302 from qzhuyan/ci/william/fix-release #62

Merge pull request #302 from qzhuyan/ci/william/fix-release

Merge pull request #302 from qzhuyan/ci/william/fix-release #62

Workflow file for this run

on:
push:
tags:
- '*'
jobs:
if: false

Check failure on line 7 in .github/workflows/hex_pub.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/hex_pub.yml

Invalid workflow file

You have an error in your yaml syntax on line 7
publish:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Publish to Hex.pm
uses: erlangpack/github-action@09d8fc9cc3563f04a128311d627c60dfadc75493 # v3
env:
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}