Skip to content

Commit

Permalink
init from correct repo
Browse files Browse the repository at this point in the history
  • Loading branch information
lassemand committed Feb 13, 2024
1 parent c60e7ce commit 09c3914
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- name: Extract Cargo package version
id: cargo_version
run: |
cd recover-id-object
VERSION=$(cargo metadata --no-deps --format-version 1 | jq -r '.packages[0].version')
echo "Extracted version is $VERSION"
echo "::set-output name=version::$VERSION"
Expand Down

0 comments on commit 09c3914

Please sign in to comment.