Skip to content

Merge pull request #12 from patriotsoftware/DVO-4739 #32

Merge pull request #12 from patriotsoftware/DVO-4739

Merge pull request #12 from patriotsoftware/DVO-4739 #32

name: Release New Action Version
on:
push:
branches:
- "main"
jobs:
release-action:
name: Release new version
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Bump Version
uses: patriotsoftware/semver-bump-action@v1