This is an automated email from the ASF dual-hosted git repository. chaokunyang pushed a commit to branch releases-0.12 in repository https://gitbox.apache.org/repos/asf/fory.git
commit 5f75ce977cff815e1ba6ab8a1ce42a3f15af5f70 Author: chaokunyang <[email protected]> AuthorDate: Wed Aug 27 12:25:08 2025 +0800 add bash for windows --- .github/workflows/build-native-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-native-release.yml b/.github/workflows/build-native-release.yml index 7baf25f40..b72c1c380 100644 --- a/.github/workflows/build-native-release.yml +++ b/.github/workflows/build-native-release.yml @@ -32,6 +32,7 @@ jobs: - name: Bump version # Pass the tag name from the push so the python package version matches the tag. run: ./ci/deploy.sh bump_py_version "${{ github.ref_name }}" + shell: bash - uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
