From f8b9a01c820468269374d01ab894f562856f3b2f Mon Sep 17 00:00:00 2001 From: Patrick D'appollonio <930925+patrickdappollonio@users.noreply.github.com> Date: Tue, 27 Aug 2024 19:55:53 -0400 Subject: [PATCH] Update Windows to use bash --- .github/workflows/release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}"