Skip to content

Commit

Permalink
Cargo uses different quotes to Gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
thebeanogamer committed May 9, 2021
1 parent ecfb58b commit 4da7162
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Get the semver
id: semver
run: echo -n "::set-output name=semver::" && grep "version = " Cargo.toml | cut -d "'" -f 2
run: echo -n "::set-output name=semver::" && grep "version = " Cargo.toml | cut -d '"' -f 2

- name: Check if semver changed
id: semver_change
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ractl"
version = "0.1.4"
version = "0.1.5"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 4da7162

Please sign in to comment.