Skip to content

Merge pull request #21 from ImDevinC/cleanup-auth #27

Merge pull request #21 from ImDevinC/cleanup-auth

Merge pull request #21 from ImDevinC/cleanup-auth #27

Workflow file for this run

name: Bump SemVer Tags
on:
push:
branches:
- main
jobs:
bump-semver:
permissions:
contents: write
issues: read
pull-requests: read
uses: imdevinc/imdevinc/.github/workflows/shared-bump-semver-tags.yaml@v1
secrets:
PUBLISH_PAT: ${{ secrets.PUBLISH_PAT }}