mirror of
https://github.com/ajeetdsouza/zoxide.git
synced 2026-09-24 15:39:33 -05:00
Use toml-action
This commit is contained in:
@@ -44,7 +44,10 @@ jobs:
|
||||
|
||||
- name: Get version
|
||||
id: get_version
|
||||
run: sed -En 's/^version = "(.*)"/value=\1/p' Cargo.toml >> $GITHUB_OUTPUT
|
||||
uses: SebRollen/toml-action@v1.0.2
|
||||
with:
|
||||
file: Cargo.toml
|
||||
field: package.version
|
||||
|
||||
- name: Install Rust
|
||||
uses: actions-rs/toolchain@v1
|
||||
|
||||
Reference in New Issue
Block a user