Skip to content

Release

Release #22

Workflow file for this run

name: Release
on:
release:
types:
- published
jobs:
build:
name: CI
uses: ./.github/workflows/ci.yml
release:
name: Release
needs:
- build
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v4
- uses: brandonchinn178/hackage-publish@rewrite-js
with:
hackageToken: ${{ secrets.HACKAGE_AUTH_TOKEN }}
docsPath: ./artifact/docs
packagesPath: ./artifact/sdist
candidate: true