Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
frkri committed Feb 29, 2024
1 parent a152be6 commit 6e76d80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
- name: Bump version in Cargo.toml and Cargo.lock
# TODO: This is very wasteful
run: |
echo ${TAG_VERSION}
echo "TAG_VERSION=${TAG_VERSION:1}" >> "$GITHUB_ENV"
echo ${TAG_VERSION}
echo "Bumping version to ${{ github.event.release.tag_name }}"
sed -i "s/^version = \".*\"/version = \"${TAG_VERSION}\"/" Cargo.toml
cargo fetch
Expand Down

0 comments on commit 6e76d80

Please sign in to comment.