Skip to content

Merge pull request #53 from ArchetypicalSoftware/hotfix/certs #46

Merge pull request #53 from ArchetypicalSoftware/hotfix/certs

Merge pull request #53 from ArchetypicalSoftware/hotfix/certs #46

Workflow file for this run

name: Bump-and-Tag-Semantic-Version
on:
push:
branches:
- main
permissions:
contents: write
issues: read
pull-requests: read
jobs:
bump-and-tag-version:
name: Bump and Tag Semantic Version
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: jefflinse/pr-semver-bump@v1.6.0
name: Bump and Tag Version
with:
mode: bump
repo-token: ${{ secrets.GITHUB_TOKEN }}