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

ensure CastVal for decimals in castVal [nt] #383

ensure CastVal for decimals in castVal [nt]

ensure CastVal for decimals in castVal [nt] #383

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/github-tag-action@v6.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}