Skip to content

Commit

Permalink
fix: cargo version modification on release
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Parkinson committed Oct 22, 2019
1 parent 51879a8 commit 5e4fe5d
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 @@ -56,7 +56,7 @@ jobs:

- name: Update the version in Cargo.toml
shell: bash
run: perl -i -pe "s/\"0.0.0\"/\"${{ steps.version.outputs.version }}\"/" Cargo.toml
run: perl -i -pe "s/\"0.0.0\"/\"${GITHUB_REF/refs\/tags\/v/}\"/" Cargo.toml

- name: Install apt packages
if: matrix.item.os == 'ubuntu-latest'
Expand Down

0 comments on commit 5e4fe5d

Please sign in to comment.