Skip to content

Commit

Permalink
ci: correctly name git tag
Browse files Browse the repository at this point in the history
  • Loading branch information
metaclips committed Nov 26, 2024
1 parent 5a5bb2c commit 84bf87f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: |
ockam_version=$(toml2json Cargo.toml | jq -r '.package.version')
echo "Latest version of Ockam is $ockam_version"
echo "ockam_version=$ockam_version" >> $GITHUB_ENV
echo "ockam_version=v$ockam_version" >> $GITHUB_ENV
- name: Build ockam_ebpf crate
shell: nix shell nixpkgs#llvm nixpkgs#rustup nixpkgs#cargo --command bash {0}
Expand Down

0 comments on commit 84bf87f

Please sign in to comment.