Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rdelfin committed Mar 31, 2024
1 parent 8441ee5 commit 8c7c022
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,12 @@ jobs:
with:
ref: ${{ needs.bump_version.outputs.commit }}
- name: Show info of checkout
run: |
echo "Info on commit:"
git rev-parse HEAD
echo ""
VERSION=$(tq -f Cargo.toml .package.version | sed 's/^.\(.*\).$/\1/')
echo "Current version: ${VERISON}"
run: |
echo "Info on commit:"
git rev-parse HEAD
echo ""
VERSION=$(tq -f Cargo.toml .package.version | sed 's/^.\(.*\).$/\1/')
echo "Current version: ${VERISON}"
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand Down

0 comments on commit 8c7c022

Please sign in to comment.