Skip to content

Commit

Permalink
Fixed bug in cd workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
cutsoy committed Dec 27, 2022
1 parent e70b0d5 commit 5905ce9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ jobs:
- name: Install GCC ${{ matrix.gcc }}
run: sudo apt-get install ${{ matrix.gcc }}
if: ${{ matrix.gcc }}

- name: Install cargo-edit
run: cargo install cargo-edit
- name: Determine crate version
run: echo "CARGO_VERSION=${LITHO_VERSION#v}" >> $GITHUB_ENV

- name: Update crate versions
run: cargo set-version --workspace $CARGO_VERSION

Expand Down

0 comments on commit 5905ce9

Please sign in to comment.