Skip to content

fix nil case for maps and arrays, add tests #15

fix nil case for maps and arrays, add tests

fix nil case for maps and arrays, add tests #15

Workflow file for this run

name: Run auto tagging
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
Patch:
runs-on: ubuntu-latest
steps:
- name: Checkout Source
uses: actions/checkout@v4
- name: Minor version for each merge
uses: anothrNick/github-tag-action@1.73.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BUMP: minor
TAG_PREFIX: v