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

improve CastVal for int casting [nt] #378

improve CastVal for int casting [nt]

improve CastVal for int casting [nt] #378

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 }}