Skip to content

Commit

Permalink
Tweak release process (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmcquillan authored Sep 1, 2023
1 parent 0ed169c commit 2794aaa
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 @@ -19,7 +19,7 @@ jobs:
shell: bash
run: |
echo "$GITHUB_REF"
version=$(echo "$GITHUB_REF" | sed 's/^v//')
version=$(echo "$GITHUB_REF" | sed 's/refs\/tags\/v//')
echo "$version"
sed -i "s/version = \"0.1.0\"/version = \"$version\"/" Cargo.toml
- name: Publish
Expand Down

0 comments on commit 2794aaa

Please sign in to comment.