Skip to content

Merge pull request #27 from Kpler/fix/exclude-namespaces-yaml-for-git… #11

Merge pull request #27 from Kpler/fix/exclude-namespaces-yaml-for-git…

Merge pull request #27 from Kpler/fix/exclude-namespaces-yaml-for-git… #11

Workflow file for this run

name: bump-version
on:
push:
branches:
- main
jobs:
bump-version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: '0'
- uses: anothrNick/github-tag-action@1.67.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true