diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f8ac544..8515c63 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -31,7 +31,8 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 - - run: | + - shell: bash + run: | # Update the version in Cargo.toml TAG_NAME="${{ github.event.release.tag_name }}" TAG_NAME="${TAG_NAME#v}"