Skip to content

Merge pull request #5 from CoreyLeath-code/docs/add-research-metrics-… #9

Merge pull request #5 from CoreyLeath-code/docs/add-research-metrics-…

Merge pull request #5 from CoreyLeath-code/docs/add-research-metrics-… #9

Workflow file for this run

name: Automated Release Engineering
on:
push:
branches:
- main
jobs:
tagging-engine:
name: Construct Semantic Version Tags
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: ⬇️ Checkout Repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: 🏷️ Calculate Release Version Alpha
uses: anothrNick/github-tag-action@1.64.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true
DEFAULT_BUMP: patch