diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0fc6690..84ec755 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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