Skip to content

Commit

Permalink
fix tagging CI
Browse files Browse the repository at this point in the history
  • Loading branch information
viperML committed Nov 18, 2024
1 parent 2e5af3a commit 42646ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- run: |
echo -n "nh_version=v" >> "$GITHUB_ENV"
nix run nixpkgs#fq -- -r ".package.version" Cargo.toml
nix run nixpkgs#fq -- -r ".package.version" Cargo.toml >> "$GITHUB_ENV"
cat "$GITHUB_ENV"
name: Read version
Expand Down

0 comments on commit 42646ce

Please sign in to comment.