Skip to content

Merge pull request #151 from joshuafolkken/149-license #14

Merge pull request #151 from joshuafolkken/149-license

Merge pull request #151 from joshuafolkken/149-license #14

Workflow file for this run

name: Auto Tag on Version Change
on:
push:
branches:
- main
jobs:
auto-tag:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Auto Tag
run: |
chmod +x ./.github/scripts/auto_tag.sh
./.github/scripts/auto_tag.sh