Skip to content

[SITE-1547] Update CODEOWNERS for new team names (#14) #6

[SITE-1547] Update CODEOWNERS for new team names (#14)

[SITE-1547] Update CODEOWNERS for new team names (#14) #6

Workflow file for this run

name: Autotag and Release
on:
push:
branches:
- main
jobs:
tag-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: make tag-release
env:
GH_TOKEN: ${{ github.token }}