Skip to content

Commit

Permalink
trying a new hex publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
CoderDennis committed Apr 10, 2024
1 parent f39164c commit 0a55c96
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/hex.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
name: Publish to Hex.pm

on:
push:
tags:
- '*'
- "*"

jobs:
build:
uses: ./.github/workflows/elixir.yml
publish:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v3

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

0 comments on commit 0a55c96

Please sign in to comment.