Skip to content

chore: remnove max_csv_mb #160

chore: remnove max_csv_mb

chore: remnove max_csv_mb #160

Workflow file for this run

name: Semantic Release
on:
push:
branches:
- main
jobs:
test:
uses: ./.github/workflows/ci.yml
release:
permissions:
contents: write
runs-on: ubuntu-latest
needs:
- test
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- uses: go-semantic-release/action@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}