Skip to content

Release CLI 0.7.2

Release CLI 0.7.2 #1

Workflow file for this run

---
name: Tag release
on:
push:
tags:
- '*'
jobs:
release:
name: Tag release
runs-on: ubuntu-latest
permissions:
id-token: write
contents: write
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
with:
extra-conf: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
extra-substituters = https://tek.cachix.org
extra-trusted-public-keys = tek.cachix.org-1:+sdc73WFq8aEKnrVv5j/kuhmnW2hQJuqdPJF5SnaCBk=
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: cachix/cachix-action@v15
with:
name: tek
signingKey: ${{ secrets.CACHIX_SIGNING_KEY }}
- name: build static
run: nix build .#hix.static
- uses: softprops/action-gh-release@v2
name: Create release
with:
prerelease: false
make_latest: true
files: |
result/bin/hix
- uses: DeterminateSystems/flakehub-push@main
name: 'Publish to flakehub'
with:
visibility: public