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

Handle casting of native Array and Map values [nt] #376

Handle casting of native Array and Map values [nt]

Handle casting of native Array and Map values [nt] #376

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