Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias authored Jun 6, 2024
1 parent b185d6d commit 709d607
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
id: cargo_version
run: |
NEW_VERSION=$(grep '^version =' Cargo.toml | sed 's/version = "\(.*\)"/\1/')
echo "::set-output name=new_version::$NEW_VERSION"
echo "new_version=$NEW_VERSION" >> $GITHUB_OUTPUT
- name: Check for version change
id: version_check
run: |
Expand Down Expand Up @@ -75,7 +76,6 @@ jobs:
with:
toolchain: nightly
override: true
components: add

- name: List commands
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 709d607

Please sign in to comment.