Skip to content

Commit

Permalink
Add release CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
fishinthecalculator committed Feb 25, 2024
1 parent 26ecc57 commit d7a7466
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Release

on:
push:
tags:
- 'v*.*.*'

jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Run tests
uses: bonfire-networks/bonfire-extension-ci-action@latest

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

- name: Github Release
uses: ncipollo/release-action@v1

0 comments on commit d7a7466

Please sign in to comment.