Skip to content

Commit 023d615

Browse files
committed
ci: Update release workflow to include impure flag in Nix command
The Nix command now uses the `--impure` flag and `just` to run the release. This ensures compatibility with the development environment and improves command execution reliability.
1 parent 3f86372 commit 023d615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
token: ${{ secrets.NUMARY_GITHUB_TOKEN }}
2020
- run: >
2121
/nix/var/nix/profiles/default/bin/nix --extra-experimental-features "nix-command" --extra-experimental-features "flakes"
22-
develop release
22+
develop --impure --command just release
2323
env:
2424
GITHUB_TOKEN: ${{ secrets.NUMARY_GITHUB_TOKEN }}
2525
SPEAKEASY_API_KEY: ${{ secrets.SPEAKEASY_API_KEY }}

0 commit comments

Comments
 (0)