Skip to content

docs(readme): update installation instructions #5

docs(readme): update installation instructions

docs(readme): update installation instructions #5

Workflow file for this run

name: Release
on:
push:
branches: [main]
workflow_dispatch:
permissions:
contents: write
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: DeterminateSystems/nix-installer-action@main
- run: nix run .#release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}