Skip to content

Commit

Permalink
ci: conditional build
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonThormeyer committed Oct 22, 2023
1 parent f9033ae commit d023a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
CARGO_VERSION=$(cargo tree --depth 0 | awk 'NR==1 {print $2}')
echo "::set-output name=version::$CARGO_VERSION"
- name: Print version
run: echo "Using version ${{ steps.get_version.outputs.version }}"
run: echo "Using version ${{ steps.cargo_version.outputs.version }}"

- name: Compare versions and set result
id: compare
Expand Down

0 comments on commit d023a70

Please sign in to comment.