Skip to content

Merge pull request #23 from pantheon-systems/add-catalog-info-20240910 #13

Merge pull request #23 from pantheon-systems/add-catalog-info-20240910

Merge pull request #23 from pantheon-systems/add-catalog-info-20240910 #13

name: Autotag and Release
on:
push:
branches:
- main
permissions:
contents: write
jobs:
tag-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pantheon-systems/action-autotag@v0
with:
gh-token: ${{ github.token }}