Skip to content

Publish revision for updated bounds #10

Publish revision for updated bounds

Publish revision for updated bounds #10

Workflow file for this run

name: Publish revision for updated bounds
on:
workflow_dispatch:
pull_request:
types: [closed]
branches: ['release/**']
jobs:
revision:
name: Publish revision
if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v31
- uses: cachix/cachix-action@v15
with:
name: tek
signingKey: ${{ secrets.CACHIX_SIGNING_KEY }}
- id: revision
name: Publish revision
run: >
nix run .#revision -- --fetch --hackage='hackage.haskell.org:password:${{ secrets.hackage_password }}' --branch "${{ github.event_name == 'workflow_dispatch' && github.ref_name || github.base_ref }}" --trace