Skip to content

Rename catalog-info.yml to catalog-info.yaml (#30) #22

Rename catalog-info.yml to catalog-info.yaml (#30)

Rename catalog-info.yml to catalog-info.yaml (#30) #22

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@v3
- uses: pantheon-systems/action-autotag@v0
with:
gh-token: ${{ github.token }}