Skip to content

Commit

Permalink
version getter
Browse files Browse the repository at this point in the history
  • Loading branch information
ottomated committed Mar 4, 2023
1 parent 004569c commit b645e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
mv target/aarch64-apple-darwin/release/create-o7-app artifacts/create-o7-app-macos-arm64
- name: Get version
id: get_version
run: echo "version=$(cargo pkgid | cut -d@ -f2)" >> $GITHUB_OUTPUT
run: echo "version=$(grep "version" Cargo.toml | head -n1 | cut -d '"' -f2)" >> $GITHUB_OUTPUT
- name: Release Binaries
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit b645e00

Please sign in to comment.