From e2dc09c69c250e1b614abc515e32bf797b4efac7 Mon Sep 17 00:00:00 2001 From: "Matthew R. Kasun" Date: Thu, 5 May 2022 16:25:05 -0400 Subject: [PATCH] fix shell for windows --- .github/workflows/buildandrelease.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/buildandrelease.yml b/.github/workflows/buildandrelease.yml index 8874faa4..b7685078 100644 --- a/.github/workflows/buildandrelease.yml +++ b/.github/workflows/buildandrelease.yml @@ -426,7 +426,6 @@ jobs: netclient-windows: runs-on: windows-latest needs: version - shell: bash steps: - name: Checkout uses: actions/checkout@v2 @@ -436,6 +435,7 @@ jobs: VERSION=${{needs.version.outputs.version}} echo "NETMAKER_VERSION=${TAG}" >> $GITHUB_ENV echo "PACKAGE_VERSION=${VERSION}" >> $GITHUB_ENV + shell: bash - name: Setup go uses: actions/setup-go@v2 with: