Skip to content

Add or update catalog-info.yml (#24) #6

Add or update catalog-info.yml (#24)

Add or update catalog-info.yml (#24) #6

Workflow file for this run

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