fix: use nix develop in build action

This commit is contained in:
trev 2025-03-18 21:24:19 -04:00
parent 5328e5b4a1
commit 8d78f79fe2

View File

@ -21,7 +21,7 @@ jobs:
nix_path: nixpkgs=channel:nixos-unstable nix_path: nixpkgs=channel:nixos-unstable
- name: Build - name: Build
run: ts-build run: nix develop --command ts-build
- name: Create release - name: Create release
uses: googleapis/release-please-action@v4 uses: googleapis/release-please-action@v4