Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

improve clickhouse decimal logic [nt] #380

improve clickhouse decimal logic [nt]

improve clickhouse decimal logic [nt] #380

Workflow file for this run

name: Bump version
on:
workflow_dispatch:
push:
branches:
- main
jobs:
bump:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Bump version and push tag
id: tag_version
uses: mathieudutour/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}